[jboss-user] [Messaging, JMS JBossMQ] - Re: JBossMQ, Using same clientid for mutiple instances of an

2007-03-26 Thread manogaranyuvaraj
Did you got the solution for this? I am also having the same issue.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4031737#4031737

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031737
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: JAAS/LDAP Roles configuration pulls superset instead of

2006-10-24 Thread manogaranyuvaraj
Hi 

I need some idea to configure the LDAP. I have the users  the roles in LDAP 
server. I can able to validate the role, but i can authenticate with the 
username  password. I think i have made some wrong thing. 

Here my Configuration.

application-policy name=jmx-console

   login-module code=org.jboss.security.auth.spi.LdapLoginModule 
flag=required
module-option 
name=java.naming.factory.initialcom.sun.jndi.ldap.LdapCtxFactory/module-option
module-option 
name=java.naming.provider.urlldap://ldaphost.abc.com:7992//module-option
module-option 
name=java.naming.security.authenticationsimple/module-option
module-option name=principalDNPrefixuid=/module-option
module-option 
name=uidAttributeIDuniquemember/module-option
module-option name=matchOnUserDNtrue/module-option
module-option name=roleAttributeIDcn/module-option
module-option name=roleAttributeIsIDfalse/module-option
module-option 
name=principalDNSuffix,ou=People,dc=abc,dc=com/module-option
module-option 
name=rolesCtxDNou=Roles,du=abc,dc=com/module-option
   /login-module

 /application-policy

Roles  users structure in LDAP

# entry-id: 64
dn: cn=JBossAdmin,ou=Roles,dc=abc,dc=com
objectClass: top
objectClass: groupofuniquenames
creatorsName: uid=admin,ou=administrators,ou=topologymanagement,o=netscaperoot
createTimestamp: 20061024132211Z
nsUniqueId: 8e207c01-1dd211b2-80c8e8b0-30c2eb27
uniqueMember: uid=emendez,ou=People,dc=gmacinsurance,dc=com
uniqueMember: uid=jsadler,ou=People,dc=gmacinsurance,dc=com
uniqueMember: uid=pabeln,ou=People,dc=gmacinsurance,dc=com
uniqueMember: uid=ymano,ou=People,dc=gmacinsurance,dc=com
cn: JBossAdmin

# entry-id: 65
dn: cn=HttpInvoker,ou=Roles,dc=abc,dc=com
objectClass: top
objectClass: groupofuniquenames
cn: HttpInvoker
creatorsName: uid=admin,ou=administrators,ou=topologymanagement,o=netscaperoot
createTimestamp: 20061024141154Z
nsUniqueId: 8a442801-1dd211b2-80cfe8b0-30c2eb27
uniqueMember: uid=emendez,ou=People,dc=abc,dc=com
uniqueMember: uid=jsadler,ou=People,dc=abc,dc=com
uniqueMember: uid=pabeln,ou=People,dc=abc,dc=com
uniqueMember: uid=ymano,ou=People,dc=abc,dc=com

Any Idea. 

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3980394#3980394

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980394
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - LDAP Authendication Authorization

2006-10-24 Thread manogaranyuvaraj
Hi 

I need some idea to configure the LDAP. I have the users  the roles in LDAP 
server. I can able to validate the role, but i can authenticate with the 
username  password. I think i have made some wrong thing. 

Here my Configuration. 

application-policy name=jmx-console 

login-module code=org.jboss.security.auth.spi.LdapLoginModule 
flag=required 
module-option 
name=java.naming.factory.initialcom.sun.jndi.ldap.LdapCtxFactory/module-option
 
module-option 
name=java.naming.provider.urlldap://ldaphost.abc.com:7992//module-option 
module-option 
name=java.naming.security.authenticationsimple/module-option 
module-option name=principalDNPrefixuid=/module-option 
module-option name=uidAttributeIDuniquemember/module-option 
module-option name=matchOnUserDNtrue/module-option 
module-option name=roleAttributeIDcn/module-option 
module-option name=roleAttributeIsIDfalse/module-option 
module-option 
name=principalDNSuffix,ou=People,dc=abc,dc=com/module-option 
module-option name=rolesCtxDNou=Roles,du=abc,dc=com/module-option 
/login-module 

/application-policy 

Roles  users structure in LDAP 

# entry-id: 64 
dn: cn=JBossAdmin,ou=Roles,dc=abc,dc=com 
objectClass: top 
objectClass: groupofuniquenames 
creatorsName: uid=admin,ou=administrators,ou=topologymanagement,o=netscaperoot 
createTimestamp: 20061024132211Z 
nsUniqueId: 8e207c01-1dd211b2-80c8e8b0-30c2eb27 
uniqueMember: uid=emendez,ou=People,dc=gmacinsurance,dc=com 
uniqueMember: uid=jsadler,ou=People,dc=gmacinsurance,dc=com 
uniqueMember: uid=pabeln,ou=People,dc=gmacinsurance,dc=com 
uniqueMember: uid=ymano,ou=People,dc=gmacinsurance,dc=com 
cn: JBossAdmin 

# entry-id: 65 
dn: cn=HttpInvoker,ou=Roles,dc=abc,dc=com 
objectClass: top 
objectClass: groupofuniquenames 
cn: HttpInvoker 
creatorsName: uid=admin,ou=administrators,ou=topologymanagement,o=netscaperoot 
createTimestamp: 20061024141154Z 
nsUniqueId: 8a442801-1dd211b2-80cfe8b0-30c2eb27 
uniqueMember: uid=emendez,ou=People,dc=abc,dc=com 
uniqueMember: uid=jsadler,ou=People,dc=abc,dc=com 
uniqueMember: uid=pabeln,ou=People,dc=abc,dc=com 
uniqueMember: uid=ymano,ou=People,dc=abc,dc=com 

Any Idea. 

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3980398#3980398

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980398
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - LDAP Configuration

2006-10-13 Thread manogaranyuvaraj
How to configure LDAP with Jboss? 

I use sun one directory server5.2. for the LADP. 
anybody, any idea... 

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3978256#3978256

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978256
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: Access Contol for the JMX-COnsole

2006-09-14 Thread manogaranyuvaraj
Hey anil,

I want to know, I to perform the Access contol on Jboss 3.2.3. I had configured 
Access control on Jboss 4.0.2, 4.0.3sp1. When i try with the 3.2.3 I can do 
that. 

How can i deploy the Tomcat 5.5 in jboss 3.2.3?

Thanks 
Yuvaraj 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3971677#3971677

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971677
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Username/Password Encryption in jboss

2006-09-12 Thread manogaranyuvaraj
Hey All,

Normally we are using the username  password available in the users.properties 
file. My question is how we encrypt the username  password, so that we can use 
the secure username  password. If anybody have any idea, Please Let me know. 

Thanks 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3971004#3971004

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971004
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Jmx-Cosole on Solaris/Windows

2006-09-12 Thread manogaranyuvaraj
I had a problem with the jmx-console on windows-XP in the case of jboss-3.2.3. 
When i try to access in the Solaris it works fine. This is only in the Jboss 
3.2.3 version not all other. 

Thanks


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3971021#3971021

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971021
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Access Contol for the JMX-COnsole

2006-09-01 Thread manogaranyuvaraj
Hey,

I Want to configure the Jmx-Console as Read-only for group of guys. 
Can any one give me the Steps To do this. I tried with the documents available 
in Wiki, But still i am getting error. 

Can any one please help on this issue. 
The document i tried was 
http://wiki.jboss.org/wiki/Wiki.jsp?page=AccessControlForJMXConsole 

I used Jboss 4.0.3  jdk 1.4.2_05. 

All Comments are Welcome.

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3968948#3968948

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968948
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user