Date: Mon Feb 24 02:35:53 2003 Author: abartlet Update of /home/cvs/samba/source/lib In directory dp.samba.org:/tmp/cvs-serv16199/lib
Modified Files: Tag: SAMBA_3_0 username.c Log Message: Merge of server-side authentication changes to 3.0: - user_ok() and user_in_group() now take a list of groups, instead of looking for the user in the members of all groups. - The 'server_info' returned from the authentication is now kept around - in future we won't copy the sesion key, username etc, we will just referece them directly. - rhosts upgraded to use the SAM if possible, otherwise fake up based on getpwnam(). - auth_util code to deal with groups upgraded to deal with non-winbind domain members again. Andrew Bartlett Revisions: username.c 1.66.2.5 => 1.66.2.6 http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/username.c?r1=1.66.2.5&r2=1.66.2.6