summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-12-01 15:06:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:17 -0500
commitcb0402c2d3941a813e33b2b5e07c54b9ff644ca4 (patch)
tree799a448568dc233247089b8068bd119d9c3f65b7 /source3/auth/auth_util.c
parentef8d6bf5f700dcfeec7919203da9c357c4f21e3f (diff)
downloadsamba-cb0402c2d3941a813e33b2b5e07c54b9ff644ca4.tar.gz
samba-cb0402c2d3941a813e33b2b5e07c54b9ff644ca4.tar.bz2
samba-cb0402c2d3941a813e33b2b5e07c54b9ff644ca4.zip
r19980: Implement pam account stack checks when obey pam restrictions is true.
It was missing for security=server/domain/ads Simo. (This used to be commit 550f651499c22c3c11594a0a39061a8a9b438d82)
Diffstat (limited to 'source3/auth/auth_util.c')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 82a13fd9e7..357ca5f626 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -496,7 +496,7 @@ NT_USER_TOKEN *get_root_nt_token( void )
if ( token )
return token;
-
+
if ( !(pw = sys_getpwnam( "root" )) ) {
DEBUG(0,("get_root_nt_token: getpwnam\"root\") failed!\n"));
return NULL;