users@glassfish.java.net

problem in executing set command for a standalone instance

From: <glassfish_at_javadesktop.org>
Date: Tue, 14 Oct 2008 10:51:55 PDT

I have a problem in executing these asadmin commands in glassfish.
In sun one server 7 these commands worked .But in glassfish it is not working.

I have created an instance named fasttrack_instance .
In this instance i need to create these settings.

set security-service.defaultRealm=ldap
set authrealm.ldap.property.directory=ldap://ldir01.fasttrack.com:7389
set authrealm.ldap.property.base-dn=dc=fasttrack,dc=com
set authrealm.ldap.property.jaas-context=ldapRealm
set authrealm.ldap.property.search-filter=(|(uid=%s)(employeenumber=%s))
set authrealm.ldap.property.group-search-filter=(uniqueMember=%d)
set "authrealm.ldap.property.search-bind-dn=uid=FuelMgmtSearchUser,ou=Pseudo Accounts,dc=fasttrack,dc=com"
set authrealm.ldap.property.search-bind-password=fu3luser



I tried all these commands like this
set fasttrack_instance-config.security-service.defaultRealm=ldap
set fasttrack_instance-config.authrealm.ldap.property.directory=ldap://ldir01.fasttrack.com:7389
set fasttrack_instance-config.authrealm.ldap.property.base-dn=dc=fasttrack,dc=com
set fasttrack_instance-config.authrealm.ldap.property.jaas-context=ldapRealm
set fasttrack_instance-config.authrealm.ldap.property.search-filter=(|(uid=%s)(employeenumber=%s))
set fasttrack_instance-config.authrealm.ldap.property.group-search-filter=(uniqueMember=%d)
set fasttrack_instance-config."authrealm.ldap.property.search-bind-dn=uid=FuelMgmtSearchUser,ou=Pseudo Accounts,dc=fasttrack,dc=com"
set fasttrack_instance-config.authrealm.ldap.property.search-bind-password=fu3luser

Eventhough it is not working .

please help in this
[Message sent by forum member 'easyriders' (easyriders)]

http://forums.java.net/jive/thread.jspa?messageID=306868