When marking a machine as samba host, lwat adds an entry: gidNumber: 107 (lwat version: 0.17-4)
There is no record for such group id in ldap. On my system: tjener:~# getent passwd 107 bind:x:107:111::/var/cache/bind:/bin/false tjener:~# getent group 107 ssh:x:107: What is this entry for? Is it correct? Jürgen Leibner had wondered about it too in: http://lists.debian.org/debian-edu/2008/10/msg00132.html Here are example records, before and after the tick. tjener:~# ldapsearch -xZLLL cn=static10 # just added dn: cn=static10,ou=Machines,ou=People,dc=skole,dc=skolelinux,dc=no objectClass: top objectClass: organizationalRole objectClass: domainRelatedObject objectClass: ipHost objectClass: ieee802Device cn: static10 associatedDomain: intern ipHostNumber: 10.0.2.60 macAddress: 00:03:47:1F:4E:10 tjener:~# ldapsearch -xZLLL cn=static10 # samba host dn: cn=static10,ou=Machines,ou=People,dc=skole,dc=skolelinux,dc=no cn: static10 associatedDomain: intern ipHostNumber: 10.0.2.60 macAddress: 00:03:47:1F:4E:10 objectClass: posixAccount # Added for samba host objectClass: sambaSamAccount # Added for samba host objectClass: top objectClass: organizationalRole objectClass: domainRelatedObject objectClass: ipHost objectClass: ieee802Device uid: static10$ # Added for samba host uidNumber: 10012 # Added for samba host gidNumber: 107 # Added for samba host homeDirectory: /dev/null # Added for samba host sambaSID: S-1-5-21-501248631-1830567565-907273023-21024 #Afsh sambaAcctFlags: [W ] # Added for samba host Odd. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

