mirror of
https://github.com/samba-team/samba.git
synced 2025-05-22 22:50:19 +03:00
we needed to accept usernames of the form DOMAIN/user, which means we needed to pass the domain to a getpwnam() like routine in certain critical spots. What I'd rather do is get rid of "char *user" everywhere and use the new userdom_struct, but that will have to wait a few days.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-