Displaying 3 results from an estimated 3 matches for "getenet".
Did you mean:
get2net
2003 Nov 21
1
Re: samba + winbindd with NT-DC problem... i'm stuck.
I think your problem is this:
> passwd: files winbind
> group: files winbind
> shadow: files winbind nis
the correct modification for nsswitch is
passwd: files winbind
group: files winbind
shadow: files nis
DON'T put winbind in shadow line!
then try with "getenet passwd" or "getent group" and you should see all
users in /etc/passwd and after them domain users.
let me know if it works
good luck, leandro.-
>>> leopardb <leopardb@club-internet.fr> 11/21/03 07:30am >>>
Bj?rn Andersen wrote:
>Hello Group,
>
>I...
2013 Aug 15
5
Samba4 + Winbind + PAM Installation/Configuration
Hello,
Now that I have my Samba4 DC running great on CentOS6.4 I was wondering if somebody could help understand better how to install and configure Samba4 with winbind and PAM.
I used the tutorial here:
[http://wiki.samba.org/index.php/Samba4/Winbind](http://wiki.samba.org/index.php/Samba4/Winbind)
This got me through to the point where "Using pam_winbind" starts.
2006 Mar 22
0
weird winbind problem
I'm setting up a samba server that should authenticate against a samba
3.0 +Ldap PDC server.
This is the situation
1) getenet passwd and getent group are ok
2) wbinfo -t -> checking the trust secret via RPC calls succeeded
3) wbinfo -g -> lists all the groups on PDC (nice!)
4) wbinfo -u -> lists all the users on PDC (nice again!)
the problem is wbinfo -a
test 1: a non existing user
---------------------------...