User Tools

Site Tools


mbstring extension must be loaded in order to run mPDF
clear_winbind_cache

This is an old revision of the document!


Clear Winbind cache


  • Clear all Winbind caches and flush Net cache, always take a backup before deleting.
  • Stop the Winbind service and Samba service (if you have it):
      # service winbind stop
      # service smb stop
    
  • Clear the Samba Net cache:
       # net cache flush
     
  • Delete the Winbind caches:
       # rm –f /var/lib/samba/*.tdb
       # rm –f /var/lib/samba/group_mapping.ldb
     
  • Start the Samba (if you have it) and then Winbind services:
        # service smb start
        # service winbind start
      
clear_winbind_cache.1495835950.txt.gz · Last modified: 2020/04/10 17:38 (external edit)