Mailing List
Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Installation - Getting started with Red Hat Linux
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 8.0 - Discussion of Red Hat Linux 8.0 (Psyche)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.1 - Discussion of Red Hat Linux 7.1 (Seawolf)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Cannot login to tty mode;

Cannot login to tty mode;

2002-08-30       - By Usman Muchlish

 Back
Reply:     1     2     3     4  

Dear Linuxer,

I was started migrating to Linux and using NT domain as authentication
server, then for this purposes I configuring samba using winbind and I
could register to domain and wins server with following setting and result
from winbind and pam,

Problem : I could not login to linux box using domain account, does anyone
could solve this problem ?

Cheers
Usman


NSSWITCH.CONF
==============
passwd: files nisplus winbind
shadow: files nisplus
group: files nisplus winbind

wbinfo -g
==============
DOMAIN-NT\TNC
DOMAIN-NT\TopTools
DOMAIN-NT\TopTools Admins
DOMAIN-NT\TopTools Operators
DOMAIN-NT\WANDA Users
DOMAIN-NT\_Web Anonymous Users
DOMAIN-NT\_Web Applications

wbinfo -u
==============
DOMAIN-NT\user1:x:10390:10000:user1:/home/DOMAIN-NT/user1:/bin/false
DOMAIN-NT\user2:x:10391:10000:user2Youn:/home/DOMAIN-NT/user2:/bin/false
DOMAIN-NT\user3:x:10392:10000:user3:/home/DOMAIN-NT/user3:/bin/false
DOMAIN-NT\user4:x:10393:10000:user4:/home/DOMAIN-NT/user4:/bin/false

pam.d/samba
==========
auth sufficient pam_winbind.so
auth required pam_nologin.so
#auth required /lib/security/pam_securetty.so
auth required pam_stack.so service=system-auth
auth required /lib/security/pam_pwdb.so use_first_pass shadow
nullok
account required pam_stack.so service=system-auth
account required pam_winbind.so
session required pam_stack.so service=system-auth
password required pam_stack.so service=system-auth

pam.d/login
==========
auth required /lib/security/pam_securetty.so
auth sufficient /lib/security/pam_winbind.so
auth sufficient /lib/security/pam_unix.so use_first_pass
auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
account sufficient /lib/security/pam_winbind.so
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth
session optional /lib/security/pam_console.so