Crusty
Lifer
So i've got a G4 400mhz machine running a 2.6.7 PPC kernel here with sid.
I have gotten this machine to join the domain, but I am having problems with using winbindd to authenticate the users and create a home directory if needed.
Parts of smb.conf
workgroup = midcape
realm = midcape.net
server string = %h server (Samba %v)
winbind separator = +
winbind cache time = 10
template shell = /bin/bash
template homedir = /home/%U
security = domain
password server = *
encrypt passwords = true
passdb backend = tdbsam guest
obey pam restrictions = yes
idmap uid = 10000-20000
idmap gid = 10000-20000
template shell = /bin/bash
/etc/nsswitch.conf
passwd: compat winbind
group: compat winbind
shadow: compat
hosts: files dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
/etc/pam.d/login
auth requisite pam_securetty.so
auth requisite pam_nologin.so
auth sufficient pam_winbind.so
auth required pam_pwdb.so user_first_pass shadow nullok
@include common-auth
@include common-account
@include common-session
account required pam_winbind.so
session optional pam_lastlog.so
session optional pam_motd.so
session optional pam_mail.so standard noenv
@include common-password
I am not sure on the settings in this file...very confusing to me.
Do you see anything that is blatenly obvious that is wrong? Anything else you need me to post so you can help?
I have gotten this machine to join the domain, but I am having problems with using winbindd to authenticate the users and create a home directory if needed.
Parts of smb.conf
workgroup = midcape
realm = midcape.net
server string = %h server (Samba %v)
winbind separator = +
winbind cache time = 10
template shell = /bin/bash
template homedir = /home/%U
security = domain
password server = *
encrypt passwords = true
passdb backend = tdbsam guest
obey pam restrictions = yes
idmap uid = 10000-20000
idmap gid = 10000-20000
template shell = /bin/bash
/etc/nsswitch.conf
passwd: compat winbind
group: compat winbind
shadow: compat
hosts: files dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
/etc/pam.d/login
auth requisite pam_securetty.so
auth requisite pam_nologin.so
auth sufficient pam_winbind.so
auth required pam_pwdb.so user_first_pass shadow nullok
@include common-auth
@include common-account
@include common-session
account required pam_winbind.so
session optional pam_lastlog.so
session optional pam_motd.so
session optional pam_mail.so standard noenv
@include common-password
I am not sure on the settings in this file...very confusing to me.
Do you see anything that is blatenly obvious that is wrong? Anything else you need me to post so you can help?