Cannot login with pam_ldap

2001-04-12 Thread Stephane Bortzmeyer

I have a LDAP server on a Debian machine, it runs fine (gq and
ldapsearch show that the posixAccount I add are indeed present).

But the pam_ldap module does not allow logins.

If I give a wrong password, I get a second 'Password:' request from
login (since I indicated pam_ldap as 'sufficient', not 'required') :
normal.

If I run ldapsearch, binding to the name of an LDAP account, giving
its password, it works: normal.

But if I type the same account and password at the login: prompt, I get
back a login: prompt.

The following appears in the log:

Apr 12 19:30:41 progress login[1149]: pam_ldap: error trying to bind as user 
"cn=Vladimir Toto,ou=People,dc=netaktiv,dc=com" (Invalid credentials)

I understand that "Invalid credentials" means a wrong password but it
works with ldapsearch:

ldapsearch -D "cn=Vladimir Toto,ou=People,dc=netaktiv,dc=com" -x -W
Enter LDAP Password: 
[My reply]

The log of slapd on the server shows:

Apr 12 17:41:55 soyouz slapd[5843]: conn=0 op=2 BIND dn="CN=VLADIMIR 
TOTO,OU=PEOPLE,DC=NETAKTIV,DC=COM" method=128 
Apr 12 17:41:55 soyouz slapd[5843]: conn=0 op=2 RESULT tag=97 err=0 text= 
Apr 12 17:41:55 soyouz slapd[5841]: deferring operation 

slapd 2.0.7, pam_ldap 105





--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Unidentified subject!

2001-04-12 Thread skdjfh







Re: hard disk required

2001-04-12 Thread PiotR
On Wed, Apr 11, 2001 at 10:31:58AM +0530, Raju wrote:
 I am in need of a hard disk , Could somebody supply it to me with price 
 details.
 
 SCSG HARD DISK
 18 GB ULTRA WHITE WITH ADEPEC CONTROLLER
Ultra white? why not black? x
 MANUFACTURE DATE: 200 OR 1999
 
 BRAND ANY OF SEAGATE, MAXELL,IBM OR ID
 
 Thanks
 Raju

-- 
Pedro Larroy Tovar. PiotR | http://omega.resa.es/personales/piotr/
[EMAIL PROTECTED]




Cannot login with pam_ldap

2001-04-12 Thread Stephane Bortzmeyer
I have a LDAP server on a Debian machine, it runs fine (gq and
ldapsearch show that the posixAccount I add are indeed present).

But the pam_ldap module does not allow logins.

If I give a wrong password, I get a second 'Password:' request from
login (since I indicated pam_ldap as 'sufficient', not 'required') :
normal.

If I run ldapsearch, binding to the name of an LDAP account, giving
its password, it works: normal.

But if I type the same account and password at the login: prompt, I get
back a login: prompt.

The following appears in the log:

Apr 12 19:30:41 progress login[1149]: pam_ldap: error trying to bind as user 
cn=Vladimir Toto,ou=People,dc=netaktiv,dc=com (Invalid credentials)

I understand that Invalid credentials means a wrong password but it
works with ldapsearch:

ldapsearch -D cn=Vladimir Toto,ou=People,dc=netaktiv,dc=com -x -W
Enter LDAP Password: 
[My reply]

The log of slapd on the server shows:

Apr 12 17:41:55 soyouz slapd[5843]: conn=0 op=2 BIND dn=CN=VLADIMIR 
TOTO,OU=PEOPLE,DC=NETAKTIV,DC=COM method=128 
Apr 12 17:41:55 soyouz slapd[5843]: conn=0 op=2 RESULT tag=97 err=0 text= 
Apr 12 17:41:55 soyouz slapd[5841]: deferring operation 

slapd 2.0.7, pam_ldap 105







good ip traffic monitor recommendations (other than iptraf)

2001-04-12 Thread Robert L. Yelvington
I would like to know what you folks would suggest as an alternative to
iptraf or netwatch and why?

I appreciate the input.

~robt




qmail POP3 Problem.

2001-04-12 Thread Cho Yoonbae



Hi,

I am managing two severs with Debian woody 
distribution.
and I am in a trouble with qmail's pop daemon.

I'm using following command to start qmail's pop3 daemon. (in 
/etc/init.d/qmail)

 sh -c 
"start-stop-daemon --start --quiet --user root 
\ --exec 
/usr/bin/tcpserver -- -H 
\ 0 pop-3 
/usr/sbin/qmail-popup `hostname`.`dnsdomainname` 
\ 
/usr/bin/checkpassword /usr/sbin/qmail-pop3d Maildir "


It takes too much time when client try to connect my pop3 
server.
I can solve this problem with "-H" option.

But, one server is slow still.
What things are remain I have to check else?

Thanks.