[JBoss-user] RE: LDAPLoginModule config in auth.conf

2001-09-21 Thread Carlos Ferrão


Hi,
That sure is an idea, but I was hopping that somebody already knew which
attributes should be put in auth.conf as Windows 2000 Active Directory uses
a similar structure on this. Is anyone performing authentication and
authorisation against Win 2000 AD???

Thanks,
Carlos Ferrao


-Original Message-
From: Achilleus Mantzios [mailto:[EMAIL PROTECTED]]
Sent: sexta-feira, 21 de Setembro de 2001 8:13
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: LDAPLoginModule config in auth.conf


Well carlos,
since i assume  you are in the same situation as me (ldap newbie),
i would suggest:

1) in everything you do (either from jboss SecurityManager or from
ldapsearch)
watch the log of your ldap server CAREFULLY
(i use slapd -d 111)
2) Build your own LdapLogin module put it in a package, and then modify your
run.sh
Notice you can do your job with org.jboss.security.auth.spi.LdapLoginModule
quite well, but with building your own you can print debug info that will
help you a lot.
3) Perform your ldapsearches in the SAME way that LdapLogin module does.
Once you get the expected results from ldapsearch, then proceed onto
examining your code in the module.

Achilleus


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Re: LDAPLoginModule config in auth.conf

2001-09-20 Thread Achilleus Mantzios

Well carlos,
since i assume  you are in the same situation as me (ldap newbie),
i would suggest:

1) in everything you do (either from jboss SecurityManager or from ldapsearch)
watch the log of your ldap server CAREFULLY
(i use slapd -d 111)
2) Build your own LdapLogin module put it in a package, and then modify your 
run.sh
Notice you can do your job with org.jboss.security.auth.spi.LdapLoginModule
quite well, but with building your own you can print debug info that will
help you a lot.
3) Perform your ldapsearches in the SAME way that LdapLogin module does.
Once you get the expected results from ldapsearch, then proceed onto
examining your code in the module.

Achilleus

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user