I have a very strange problem:
when I create a new user, his Primary gid is 513 insteda of 2513

pdbedit -L -v -u cq
smbldap_search_domain_info: Searching for:[(&(objectClass=sambaDomain)
(sambaDomainName=DOMAIN))]
smbldap_open_connection: connection opened
ldap_connect_system: successful connection to the LDAP server
init_sam_from_ldap: Entry found for user: cq
init_group_from_ldap: Entry found for group: 2513
Primary group for user cq is a UNKNOWN and not a domain group
Unix username:        cq
NT username:          cq
Account Flags:        [U          ]
User SID:             S-1-5-21-839522115-1757981266-725345543-3056
Primary Group SID:    S-1-5-21-839522115-1757981266-725345543-513

there is nothing of 513 into conf file:
grep 513 /etc/smbldap-tools/smbldap.conf 
defaultUserGid="2513"

neither I am able to change it:
smbldap-usermod -g 2513 cq

it completes without any error but gid is still 513


neither creating an user with -g 2513 does solve the issue, gid i still 513

what have i done wrong?

this is fedora 12 with 
rpm -qa|grep smbldap
smbldap-tools-0.9.5-5.fc12.noarch

any help is very appreciated

Maurizio

_______________________________________________
Smbldap-tools-tech mailing list
[email protected]
https://mail.gna.org/listinfo/smbldap-tools-tech

Reply via email to