search for: using_groupname_map

Displaying 2 results from an estimated 2 matches for "using_groupname_map".

2003 Jan 20
1
How do I enable groupname map functionality?
I can see code in Samba 2.2.7a in source/smbd/groupname.c to do "groupname map" functionality. I see #ifdef USING_GROUPNAME_MAP but I don't see any option to configure to enable this. Is this feature available or is it still under development. -- Eric M. Boehm /"\ ASCII Ribbon Campaign boehm@nortelnetworks.com \ / No HTML or RTF in mail X No proprietary...
2002 Jul 17
0
user password expiration patch (Samba 2.2.4/2.2.5 PDC with LDAP)
....c Thu Jun 6 16:49:53 2002 @@ -204,6 +204,7 @@ int client_code_page; int announce_as; /* This is initialised in init_globals */ int machine_password_timeout; + int user_password_expiration; int change_notify_timeout; int stat_cache_size; int map_to_guest; @@ -953,6 +954,8 @@ #endif /* USING_GROUPNAME_MAP */ {"machine password timeout", P_INTEGER, P_GLOBAL, &Globals.machine_password_timeout, NULL, NULL, 0}, + + {"user password expiration", P_INTEGER, P_GLOBAL, &Globals.user_password_expiration, NULL, NULL, 0}, {"Logon Options", P_SEP, P_SEPARATOR},...