Package com.xpn.xwiki.user.impl.LDAP

Examples of com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl


        this.properties.setProperty("xwiki.authentication.ldap.try_local", "0");
        this.properties.setProperty("xwiki.authentication.ldap.update_user", "1");
        this.properties.setProperty("xwiki.authentication.ldap.fields_mapping",
            "last_name=sn,first_name=givenName,fullname=cn,email=mail");

        this.ldapAuth = new XWikiLDAPAuthServiceImpl();
    }
View Full Code Here


        this.properties.setProperty("xwiki.authentication.ldap.try_local", "0");
        this.properties.setProperty("xwiki.authentication.ldap.update_user", "1");
        this.properties.setProperty("xwiki.authentication.ldap.fields_mapping",
            "last_name=sn,first_name=givenName,fullname=cn,email=mail");

        this.ldapAuth = new XWikiLDAPAuthServiceImpl();
    }
View Full Code Here

TOP

Related Classes of com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.