[jboss-user] [Security & JAAS/JBoss] - Re: JBoss SSO

2008-12-04 Thread yyovkov
So, do we expect to have GA soon? Which date, by the beginning of the next year? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194515#4194515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194515

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-05-10 Thread yyovkov
Hi again, again it is a little bit different. I compiled successfully the trunk, but I am not sure which package contain jboss sso, so I am not able to proceed with test. This is the list of file in output-jars: jboss-federation-server.ear jboss-federation-server.jar jboss-federation-server.sar

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-05-09 Thread yyovkov
Hi Sohil, thank you, this realy works. I will send in short time (few days) if the new version works fine with LDAP. Regards, Yovko Yovkov View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149839#4149839 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-05-01 Thread yyovkov
hi salaboy21, unfortunately there is a lot of java classess dependencies which I can not deal with. I am not able to compile this java source for myself and test it. When we can expect to have compiled binary version of the packages? View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-30 Thread yyovkov
Hi salaboy21, can you give me some basic steps how to download and compile SSO from trunk? I do not have such experience. But I want to test LDAP interoperatability Thank you for you effort! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148014#4148014 Rep

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-30 Thread yyovkov
Hi salaboy21, is there any progress with this issue? Should I log the bug in jira? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147984#4147984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147984 __

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-12 Thread yyovkov
Hi Salaboy21: 1. Yes, I have commented out the hash algorithm line. To be sure, that it is commented out in proper way I remove it from the file. 2. I made the same with hash encoding 3. Here is the password: {MD5}Xr4ilOzQ4PCOq3aQ0qbuaQ== This is how it look in all LDAP servers {HASHMechanism}Va

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-11 Thread yyovkov
Hi salaboy21, here is my security-config.xml --- cut --- http://www.jboss.org/j2ee/dtd/security_config.dtd";> guest useFirstPass true false Authenticated,RegisteredUsers

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-11 Thread yyovkov
Hi Salaboy, thank you for the information about test application. Unfortunately I did not succeed. As I am very beginner in Java at all can you introduce me how does the settings must look like when the LDAP is setup to store the passwords in MD5 hash? Thank you in advance! View the original

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-05 Thread yyovkov
Hi all, I believe I found where is the problem with jboss sso and Fedora Directory Server (FDS). Here is some short explanation: When using LDAP and you set user password, OpenLDAP server store the password as plaintext. But FDS always store this value as hashed string (SSHA, MD5 ... so on).

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
Hm ... I think I found where is the problem. The user: cn=user... doesn't have sufficient rights to read the directory. So I will change settings into directory Tree and will post result here. Probably tomorrow. Thank you for your help! View the original post : http://www.jboss.com/index.html?

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
RCH base="cn=Test User,ou=People,dc=yyovkov,dc=net" scope=2 filter="(objectClass=*)" attrs="cn" [05/Apr/2008:00:14:03 +0300] conn=66 op=1 RESULT err=0 tag=101 nentries=1 etime=0 [05/Apr/2008:00:14:03 +0300] conn=66 op=2 UNBIND [05/Apr/2008:00:14:03 +0300] conn=66 op=

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
I am currently trying to setup Fedora Directory Server. But also have tested with OpenLDAP. Yes, the fields are setup properly, I checked the LDAP logs and the server responds correctly ... But Web Application does not understand. Did you succeed to login in test app? View the original post :

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
OK, salaboy21. That is good, but even that, the SSO test application doesn't work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141748#4141748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141748

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
I found what you want to say. User entry should contain: --- cut --- dn: cn=Test User,ou=People, dc=foo,dc=bar ... sn: true ... --- cut --- I put that and error in the jboss output "user not activated" did not appear, but the web interface still not able to check password; " Login Failed.".

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
I found what you want to say. User entry should contain: --- cut --- dn: cn=Test User,ou=People, dc=foo,dc=bar ... sn: true ... --- cut --- I put that and error in the jboss output "user not activated" did not appear, but the web interface still not able to check password; " Login Failed.".

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
Thank you aamonten, but if it is not secret, what does it mean: sn=true To put it into user dn? Or ??? Please, do not hide the truth. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141719#4141719 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-03-30 Thread yyovkov
I have the same problem - when I try to log on to the test application I receive an error "The specified account has not been activated-...". My question here is: What does it means and how can I activate user @tamilnandhu: About the error for user "admin": The user admin is specified in "dc=fo