This changes our Unix primary GID behaviour back to what most people expect:
authorAndrew Bartlett <abartlet@samba.org>
Sun, 6 Jul 2003 05:51:20 +0000 (05:51 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 6 Jul 2003 05:51:20 +0000 (05:51 +0000)
commit32e455a714b2090fcfd1f6d73daccf600c15d51b
tree756dcf6f44ad5dca77a2f4d7b56ab6c41bf09ad5
parent3dd767841666068a1b32c71b03a8e7bc797087be
This changes our Unix primary GID behaviour back to what most people expect:

Samba will now use the user's UNIX primary group, as the primary group when
dealing with the filesystem.  The NT primary group is ignored in unix.

For the NT_TOKEN, the primary group is the NT priamry group, and the unix
primary group is added to the NT_TOKEN as a supplementary group.

This should fix bug #109, but will need to be revisited when we get a full
NT group database.

Also in this commit:
 - Fix debug statements in service.c
 - Make idmap_ldap show if it's adding, or modifying an existing DN
 - Make idmap_ldap show both the error message and error string
source/auth/auth_util.c
source/sam/idmap_ldap.c
source/smbd/service.c