Mailing List Archive

LDAP : Still don't work :(
Hi again...

So I manage to compile conserver with pam support :

# ldd /usr/sbin/conserver
libutil.so.1 => /lib/tls/libutil.so.1 (0xb7f72000)
libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7f44000)
libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7f13000)
libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7e14000)
libwrap.so.0 => /lib/libwrap.so.0 (0xb7e0b000)
libpam.so.0 => /lib/libpam.so.0 (0xb7e03000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7cce000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7cca000)
libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7cb6000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7f7c000)

I'm login into the server using ldap, (with ssh) no problem,
so I guess ldap is working ok. At this time, my userid is "sdupuis"

I'm starting conserver 8.1.14, using this conserver.passwd
(only 2 lines ):

sdupuis:*passwd*
try:$1$IsOhyXjZDzVAi.aAQvCQo5PeYaqaDZ.

I can connect to the console using the test account "try",
but when I'm trying to connect using "sdupuis" with my ldap
password (the same I use for log into the host),
it just say : "invalid password"

Any hint ? Any option for the console command I need to use ?

Stephane Dupuis
DCSI/DEQS/HSI/HEI/INX...LINUX !
Bouygues Telecom
Tel : 01 39 26 21 79
Mobile : 06 64 19 78 63
--
() ascii ribbon campaign
/\ - against html e-mail
- against microsoft attachments

____________________________________________________________

L'integrité de ce message n'étant pas assurée sur Internet, Bouygues Telecom ne peut être tenue responsable du contenu de ce message ainsi que des pièces jointes à ce message. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur.

The integrity of this message cannot be guaranteed on the Internet. Bouygues Telecom cannot therefore be considered liable for the contents including its attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender.
____________________________________________________________


_______________________________________________
users mailing list
users@conserver.com
https://www.conserver.com/mailman/listinfo/users
Re: LDAP : Still don't work :( [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

AFAIR you also need /etc/pam.d/conserver configured for LDAP.
Check it is similar to your PAM login configuration.

Greetings,
Michael

SDUPUIS@bouyguestelecom.fr wrote:
> Hi again...
>
> So I manage to compile conserver with pam support :
>
> # ldd /usr/sbin/conserver
> libutil.so.1 => /lib/tls/libutil.so.1 (0xb7f72000)
> libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7f44000)
> libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7f13000)
> libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7e14000)
> libwrap.so.0 => /lib/libwrap.so.0 (0xb7e0b000)
> libpam.so.0 => /lib/libpam.so.0 (0xb7e03000)
> libc.so.6 => /lib/tls/libc.so.6 (0xb7cce000)
> libdl.so.2 => /lib/tls/libdl.so.2 (0xb7cca000)
> libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7cb6000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7f7c000)
>
> I'm login into the server using ldap, (with ssh) no problem,
> so I guess ldap is working ok. At this time, my userid is "sdupuis"
>
> I'm starting conserver 8.1.14, using this conserver.passwd
> (only 2 lines ):
>
> sdupuis:*passwd*
> try:$1$IsOhyXjZDzVAi.aAQvCQo5PeYaqaDZ.
>
> I can connect to the console using the test account "try",
> but when I'm trying to connect using "sdupuis" with my ldap
> password (the same I use for log into the host),
> it just say : "invalid password"
>
> Any hint ? Any option for the console command I need to use ?
>
> Stephane Dupuis
> DCSI/DEQS/HSI/HEI/INX...LINUX !
> Bouygues Telecom
> Tel : 01 39 26 21 79
> Mobile : 06 64 19 78 63


- --
Michael Redinger
Zentraler Informatikdienst (Central IT Services)
Universitaet Innsbruck
Technikerstrasse 13 Tel.: ++43 512 507 2335
6020 Innsbruck Fax.: ++43 512 507 2944
Austria Mail: Michael.Redinger@uibk.ac.at
BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D
http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFEPiJ6D9ep2WXCwR0RAqv/AKCHEoZt5VlUEWaH157aLT4/8bguhgCgqGGo
rU5FiZMmNVT7dC/u6HTTqi0=
=OI/6
-----END PGP SIGNATURE-----
_______________________________________________
users mailing list
users@conserver.com
https://www.conserver.com/mailman/listinfo/users
RE: LDAP : Still don't work :( [ In reply to ]
Guess you're right :)
Ok, so I need to talk to my ldap administrator now...
Because I didn't even know there was all theases files here !
and lot's of reading await me probably.

Anyway at least I know now where to look for.


-----Message d'origine-----
De : users-bounces@conserver.com [mailto:users-bounces@conserver.com] De la part de Michael Redinger
Envoyé : jeudi 13 avril 2006 12:06
À : users@conserver.com
Objet : Re: LDAP : Still don't work :(

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

AFAIR you also need /etc/pam.d/conserver configured for LDAP.
Check it is similar to your PAM login configuration.

Greetings,
Michael

SDUPUIS@bouyguestelecom.fr wrote:
> Hi again...
>
> So I manage to compile conserver with pam support :
>
> # ldd /usr/sbin/conserver
> libutil.so.1 => /lib/tls/libutil.so.1 (0xb7f72000)
> libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7f44000)
> libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0xb7f13000)
> libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0xb7e14000)
> libwrap.so.0 => /lib/libwrap.so.0 (0xb7e0b000)
> libpam.so.0 => /lib/libpam.so.0 (0xb7e03000)
> libc.so.6 => /lib/tls/libc.so.6 (0xb7cce000)
> libdl.so.2 => /lib/tls/libdl.so.2 (0xb7cca000)
> libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7cb6000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7f7c000)
>
> I'm login into the server using ldap, (with ssh) no problem,
> so I guess ldap is working ok. At this time, my userid is "sdupuis"
>
> I'm starting conserver 8.1.14, using this conserver.passwd
> (only 2 lines ):
>
> sdupuis:*passwd*
> try:$1$IsOhyXjZDzVAi.aAQvCQo5PeYaqaDZ.
>
> I can connect to the console using the test account "try",
> but when I'm trying to connect using "sdupuis" with my ldap
> password (the same I use for log into the host),
> it just say : "invalid password"
>
> Any hint ? Any option for the console command I need to use ?
>
> Stephane Dupuis
> DCSI/DEQS/HSI/HEI/INX...LINUX !
> Bouygues Telecom
> Tel : 01 39 26 21 79
> Mobile : 06 64 19 78 63


- --
Michael Redinger
Zentraler Informatikdienst (Central IT Services)
Universitaet Innsbruck
Technikerstrasse 13 Tel.: ++43 512 507 2335
6020 Innsbruck Fax.: ++43 512 507 2944
Austria Mail: Michael.Redinger@uibk.ac.at
BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D
http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFEPiJ6D9ep2WXCwR0RAqv/AKCHEoZt5VlUEWaH157aLT4/8bguhgCgqGGo
rU5FiZMmNVT7dC/u6HTTqi0=
=OI/6
-----END PGP SIGNATURE-----
_______________________________________________
users mailing list
users@conserver.com
https://www.conserver.com/mailman/listinfo/users

____________________________________________________________

L'integrité de ce message n'étant pas assurée sur Internet, Bouygues Telecom ne peut être tenue responsable du contenu de ce message ainsi que des pièces jointes à ce message. Toute utilisation ou diffusion non autorisée est interdite. Si vous n'êtes pas destinataire de ce message, merci de le détruire et d'avertir l'expéditeur.

The integrity of this message cannot be guaranteed on the Internet. Bouygues Telecom cannot therefore be considered liable for the contents including its attachments. Any unauthorized use or dissemination is prohibited. If you are not the intended recipient of this message, then please delete it and notify the sender.
____________________________________________________________


_______________________________________________
users mailing list
users@conserver.com
https://www.conserver.com/mailman/listinfo/users