diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-10 14:17:21 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-10 14:17:21 +0000 |
commit | 4f21301ea65886f3ad73706ea63d06912d899ad1 (patch) | |
tree | 3b9c9b2f6ef44b5d65b8298d56985e87626bdf05 /source3/nsswitch/pam_winbind.c | |
parent | a71d9b291c5365f08250b77d281f4cc8f24ec2e2 (diff) | |
download | samba-4f21301ea65886f3ad73706ea63d06912d899ad1.tar.gz samba-4f21301ea65886f3ad73706ea63d06912d899ad1.tar.xz samba-4f21301ea65886f3ad73706ea63d06912d899ad1.zip |
in head as well ...
renamed ntdom to winbind
I think that using winbind in /etc/nsswitch.conf is better than ntdom
(This used to be commit 80f85b5359c26dc26f8f88b984f27cfa4ac34e61)
Diffstat (limited to 'source3/nsswitch/pam_winbind.c')
-rw-r--r-- | source3/nsswitch/pam_winbind.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/pam_winbind.c b/source3/nsswitch/pam_winbind.c index 549d8c9a8a8..ece504411b3 100644 --- a/source3/nsswitch/pam_winbind.c +++ b/source3/nsswitch/pam_winbind.c @@ -26,8 +26,8 @@ #define PAM_USE_AUTHTOK_ARG (1<<1) #define PAM_UNKNOWN_OK_ARG (1<<2) -#include "ntdom_config.h" -#include "winbindd_ntdom.h" +#include "winbind_nss_config.h" +#include "winbindd_nss.h" /* prototypes from common.c */ void init_request(struct winbindd_request *req,int rq_type); |