summaryrefslogtreecommitdiffstats
path: root/source/include/auth.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2003-05-12 18:12:31 +0000
committerSimo Sorce <idra@samba.org>2003-05-12 18:12:31 +0000
commit0e58085978f984436815114a2ec347cf7899a89d (patch)
tree3afeaf87a43542c5cdb5da929113b4ea37abdf44 /source/include/auth.h
parentf59bcb51cfe4e268ba43245d401d212aefdf2b72 (diff)
downloadsamba-0e58085978f984436815114a2ec347cf7899a89d.tar.gz
samba-0e58085978f984436815114a2ec347cf7899a89d.tar.xz
samba-0e58085978f984436815114a2ec347cf7899a89d.zip
And finally IDMAP in 3_0
We really need idmap_ldap to have a good solution with ldapsam, porting it from the prvious code is beeing made, the code is really simple to do so I am confident it is not a problem to commit this code in. Not committing it would have been worst. I really would have been able to finish also the group code, maybe we can put it into a followin release after 3.0.0 even if it may be an upgrade problem. The code has been tested and seem to work right, more testing is needed for corner cases. Currently winbind pdc (working only for users and not for groups) is disabled as I was not able to make a complete group code replacement that works somewhat in a week (I have a complete patch, but there are bugs) Simo.
Diffstat (limited to 'source/include/auth.h')
-rw-r--r--source/include/auth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/auth.h b/source/include/auth.h
index 626b9f3ba04..eb80e3c5b4a 100644
--- a/source/include/auth.h
+++ b/source/include/auth.h
@@ -75,6 +75,9 @@ typedef struct auth_usersupplied_info
typedef struct auth_serversupplied_info
{
BOOL guest;
+
+ uid_t uid;
+ gid_t gid;
/* This groups info is needed for when we become_user() for this uid */
int n_groups;