Repository: karaf
Updated Branches:
  refs/heads/master 5c6e71dce -> c45e6b132


[KARAF-3382] Update LDAP login module documentation


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/c45e6b13
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/c45e6b13
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/c45e6b13

Branch: refs/heads/master
Commit: c45e6b132dbf66d31f74808e949c2c1e9717ea75
Parents: 5c6e71d
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Mon Dec 29 21:52:38 2014 +0100
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Mon Dec 29 21:52:38 2014 +0100

----------------------------------------------------------------------
 manual/src/main/webapp/developers-guide/security-framework.conf | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/c45e6b13/manual/src/main/webapp/developers-guide/security-framework.conf
----------------------------------------------------------------------
diff --git a/manual/src/main/webapp/developers-guide/security-framework.conf 
b/manual/src/main/webapp/developers-guide/security-framework.conf
index 6546492..def1d57 100644
--- a/manual/src/main/webapp/developers-guide/security-framework.conf
+++ b/manual/src/main/webapp/developers-guide/security-framework.conf
@@ -319,6 +319,7 @@ The LDAPLoginModule supports the following parameters:
 | {{role.filter}}             | The LDAP filter used to looking for user's 
role, e.g. (member:=uid=%u) |
 | {{role.name.attribute}}     | The LDAP role attribute containing the role 
string used by Karaf, e.g. cn |
 | {{role.search.subtree}}     | If "true", the role lookup will be recursive 
(SUBTREE). If "false", the role lookup will be performed only at the first 
level (ONELEVEL). |
+| {{role.mapping}}            | Define a mapping between roles defined in the 
LDAP directory for the user, and corresponding roles in Karaf. The format is 
ldapRole1=karafRole1,karafRole2;ldapRole2=karafRole3,karafRole4. |
 | {{authentication}}          | Define the authentication backend used on the 
LDAP server. The default is simple. |
 | {{initial.context.factory}} | Define the initial context factory used to 
connect to the LDAP server. The default is com.sun.jndi.ldap.LdapCtxFactory |
 | {{ssl}}                     | If "true" or if the protocol on the 
{{connection.url}} is {{ldaps}}, an SSL connection will be used |

Reply via email to