Thanks Godnet for your reply.

The example has its own files like login.properties, security.xml,
groups.properties etc under folder resources. Should I create the same
directory structure? I am currently using  the files from
servicemix-home/conf. Can that be a problem?

Another thing is in the example login.properties is like this:
servicemix-domain {
    org.apache.servicemix.jbi.security.login.PropertiesLoginModule required
        debug=true
        org.apache.servicemix.security.properties.user="users.properties"
        org.apache.servicemix.security.properties.group="groups.properties";
};

If my understanding is correct it is providing a reference of
groups.properties and users.properties to PropertiesLoginModule. How should
I provide it when using my LdapLoginModule?

-- 
View this message in context: 
http://www.nabble.com/How-to-achieve-Authorization-using-LDAP--tp17186833p17200842.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to