user2485980
user2485980

Reputation: 41

LDAP Server Password Policy Apache DS and Open DS

I wonder if someone might be able to help us or offer some advice. We are a Java focused team, and are looking at extending our in house Authentication service, to offload most of the authentication , to use an LDAP server. That way we can simply use an out of the box password policy, which meets our criteria, plus we can use stuff such as replication etc. We are investigating which is the best free LDAP server to use.

So far we have investigated :

So, basically the question is 2 fold :

(1) Does anyone know how to extend the passowrd policy on Apache DS, such that we can support mixed case character enforcement. eg password must contain a mix of upper case and lower case chars aswell as atleast one digit etc etc. Or is this out of the box? I personally couldnt find any documentation on it?

(2) Does anyone know of any good and free LDAP servers that support this sort of stuff. Any ideas please?

Many Thanks,

R

Upvotes: 1

Views: 1870

Answers (3)

user2485980
user2485980

Reputation: 41

After all of this, we finally found 389ds (ironically the last one we investigated). This we found was the best (for our needs anyway). The reason is that, it is has a great administration UI, does everything we need to do out of the box, plus, best of all, it is available in a costed option under RedHat. We didnt take the supported option, but nonetheless, as it is supported by RedHat, the documentation , we found was superb. Therefore, we felt confident that everything we needed to do wasexplained 100% rather than with some of the others, was half explained on some unmaintained wiki. So we advise all to look at 389ds.

Upvotes: 1

jwilleke
jwilleke

Reputation: 10986

You should look at the http://forgerock.com/ OpenDJ which is an active and supported if you subscribe spin from OpenDS.

-jim

Upvotes: 0

kayyagari
kayyagari

Reputation: 1892

I know ApacheDS doesn't support any extensions for ppolicy checks, can you file a feature request on ApacheDS's JIRA? We might try to get this included in the upcoming release.

I have filed this request https://issues.apache.org/jira/browse/DIRSERVER-1858

Upvotes: 0

Related Questions