Merge branch '6.2.x' into 6.3.x
This commit is contained in:
@@ -97,6 +97,7 @@ public final class LdapUtils {
|
||||
/**
|
||||
* Gets the full dn of a name by prepending the name of the context it is relative to.
|
||||
* If the name already contains the base name, it is returned unaltered.
|
||||
* @deprecated Use {@link #getFullDn(LdapName, Context)}
|
||||
*/
|
||||
public static DistinguishedName getFullDn(DistinguishedName dn, Context baseCtx) throws NamingException {
|
||||
DistinguishedName baseDn = new DistinguishedName(baseCtx.getNameInNamespace());
|
||||
|
||||
@@ -284,6 +284,7 @@ public class LdapUserDetailsManager implements UserDetailsManager {
|
||||
* Creates a DN from a group name.
|
||||
* @param group the name of the group
|
||||
* @return the DN of the corresponding group, including the groupSearchBase
|
||||
* @deprecated
|
||||
*/
|
||||
protected DistinguishedName buildGroupDn(String group) {
|
||||
DistinguishedName dn = new DistinguishedName(this.groupSearchBase);
|
||||
|
||||
Reference in New Issue
Block a user