xdoo / gaia-infrastructure

The infrastructure microservices for the GAIA service fleet.
1 stars 0 forks source link

LDAP Server nicht konfigurierbar? #16

Open MaxWeinhart opened 8 years ago

MaxWeinhart commented 8 years ago

Hallo,

Mir ist gerade aufgefallen, dass die Spring-Security-Konfiguration für LDAP womöglich einen hartcodierten Server beinhaltet. Müsste man das nicht konfigurierbar machen um auch andere LDAP-Verzeichnisse anbinden zu können?

public class LDAPAuthenticationConfigurator extends GlobalAuthenticationConfigurerAdapter {
...
    private final static String CONTEXT_SOURCE = "ldap://1.2.3.4:123";
...
    protected LdapContextSource ldapContextSource() {
        DefaultSpringSecurityContextSource contextSource
                = new DefaultSpringSecurityContextSource(CONTEXT_SOURCE);
...
    }
}
FabianWilms commented 8 years ago

absolut korrekt