Displaying 1 result from an estimated 1 matches for "ipgemea".
2006 Jun 09
1
nsswitch groups confusion
...dap
shadow: compat winbind ldap
getent passwd <user> and getent group <group> do give the expected results:
# getent passwd hwagener
hwagener:x:10170:100:Harald Wagener:/home/hwagener:/bin/bash
# getent passwd harald.wagener
harald.wagener:x:105593:100000:Wagener,
Harald:/home/IPGEMEA/harald.wagener:/bin/bash
fileserver1:~# getent group testgroup
testgroup:x:10400:hwagener,harald.wagener
ls and getfacl also show all is set correctly:
# ls -lad TestDir/
drwxr-x--- 2 hwagener testgroup 6 Jun 9 12:01 TestDir/
my smb.conf is very short. These are the winbind settings:
# winbin...