User Tools

Site Tools


clear_winbind_cache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
clear_winbind_cache [2017/05/26 21:59]
cbustillo@uclv created
clear_winbind_cache [2017/05/26 22:00]
cbustillo@uclv
Line 6: Line 6:
     <​code>​     <​code>​
       # service winbind stop       # service winbind stop
-      # service smb stop +      # service smb stop</​code>​
-    ​</​code>​+
   * Clear the Samba Net cache:   * Clear the Samba Net cache:
-     <​code>​ +    ​<​code>​ 
-       ​# net cache flush +      # net cache flush</​code>​
-     </​code>​+
   * Delete the Winbind caches:   * Delete the Winbind caches:
      <​code>​      <​code>​
        # rm –f /​var/​lib/​samba/​*.tdb        # rm –f /​var/​lib/​samba/​*.tdb
-       # rm –f /​var/​lib/​samba/​group_mapping.ldb +       # rm –f /​var/​lib/​samba/​group_mapping.ldb</​code>​
-     </​code>​+
   * Start the Samba (if you have it) and then Winbind services:   * Start the Samba (if you have it) and then Winbind services:
       <​code>​       <​code>​
         # service smb start         # service smb start
-        # service winbind start +        # service winbind start</​code>​
-      ​</​code>​+
clear_winbind_cache.txt · Last modified: 2020/04/10 17:38 (external edit)