summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-12-30 13:20:39 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-12-30 13:20:39 +0000
commit829188b34fd46644ea65316943a0d61ce717b8e9 (patch)
tree548b88cd676d7ee9b5cdfbf6c812a05377c89631 /source3/nsswitch/winbindd_nss.h
parent43772e1d4adbcee49d64a1d09c6494e8e2a4aa92 (diff)
downloadsamba-829188b34fd46644ea65316943a0d61ce717b8e9.tar.gz
samba-829188b34fd46644ea65316943a0d61ce717b8e9.tar.bz2
samba-829188b34fd46644ea65316943a0d61ce717b8e9.zip
Try to gain a bit more consistancy in the output of usernames from ntlm_auth:
Instead of returning a name in DOMAIN\user format, we now return it in the same way that nsswtich does - following the rules of 'winbind use default domain', in the correct case and with the correct seperator. This should help sites who are using Squid or the new SASL code I'm working on, to match back to their unix usernames. Andrew Bartlett (This used to be commit 7a3a5a63612b2698a39f784859496c395505a79b)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 76243c57ef..77384a7748 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -152,6 +152,7 @@ typedef struct winbindd_gr {
#define WBFLAG_PAM_CONTACT_TRUSTDOM 0x0010
#define WBFLAG_QUERY_ONLY 0x0020
#define WBFLAG_ALLOCATE_RID 0x0040
+#define WBFLAG_PAM_UNIX_NAME 0x0080
/* Winbind request structure */