PAM-NTDOM huh?

jan van rensburg jan.van.rensburg at epiuse.com
Thu Apr 2 20:34:12 GMT 1998


hi,
i have some questions about the pam module. if this is not
the right place  to ask "user support questions" tell me to
bug off or ignore me.

scenario:
redhat5.0 which must do file sharing and mail:
with newest samba
with pam0.59

-did a make on pam_ntdom, and placed pam_ntdom_auth.so in
/lib/security

-created the /etc/pam_smb.conf as specified

-created a /etc/pam.d/imap file like this:
 #%PAM-1.0

 auth       required     /lib/security/pam_ntdom_auth.so
 account    required     /lib/security/pam_ntdom_auth.so

-changed the /etc/pam.d/samba file like this:
 auth    required        /lib/security/pam_ntdom_auth.so
 account required        /lib/security/pam_ntdom_auth.so

- i'll attach the /etc/smb.conf at the end of this message

nt4 server, domain pdc:
added the linux station under the nt server manager (but
it's name stayed greyed out)

now, the problem is that i can't authenticate when i want to
read my imap mail, or even when i just want to map a nt
drive from the samba shares. i can't even "find" the samba
machine from the nt machines. life sucks.

thanks,
jan van rensburg

---
/etc/smb.conf:
#======================= Global Settings
=====================================
[global]
workgroup = WISE
server string = Bachus Samba Server
hosts allow = 10.13.70.
printcap name = /etc/printcap
log file = /var/log/samba/log.%m
max log size = 50
security = server
password server = wise-server.wise.co.za
encrypt passwords = yes
smb passwd file = /etc/smbpasswd
socket options = TCP_NODELAY 
remote browse sync = 10.13.70.63
remote announce = 10.13.70.63
local master = no
os level = 33
domain controller = wise_server
wins support = yes
wins server = 10.13.70.66
wins proxy = yes
dns proxy = no 
preserve case = yes
short preserve case = no
default case = lower
case sensitive = yes

#============================ Share Definitions
==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes 
[printers]
   comment = All Printers
 comment = All Printers
   path = /var/spool/samba
   browseable = no
# Set public = yes to allow user 'guest account' to print
   guest ok = no
   writable = no
   printable = yes


More information about the samba-ntdom mailing list