Using LDAP/Active Directory with PIN based authentication
- by nishantjr
We'd like to integrate our service with LDAP, but because of hardware constraints,
we're only allow 4 digit user ids and passwords.
What would be the best practice for performing such an authetication?
We've considered adding User ID and PIN attributes to the LDAP user schema, but we're not sure how happy people would be with modifying their…