I second hvbuel in this case.
If it would be possible to bind YubiX to Active Directory and Filtering which users should be able to authenticate through AD, YubiX would be more widely used and would (in my opinion) also be capable of replacing YubiRadius.
What do you think about it?
Update:
Got it working with my Active Directory and Simple Bind.
I used in LDAP the fully qualified server-Name, but I think you can also use the IP-Adress. For example:
ldap://servername.domain.localThe point where it got problematic, was the template for the Bind DN.
When you use Active Directory, it should look like that:
cn={user.name},ou=secondou,ou=firstou,dc=domain,dc=local
So in your example above it should more look like this: "CN={user.name},OU=Yubikey,CN=Users,DC=<domain_name>,DC=local" (Maybe the OU is CN, I'm not sure about it)
It's important, that, when you look at the users in AD, the display name is the same as the user-name the user logs on with. For example, if a user jondoe is there and i'ts shown as John Doe in AD, "CN={user.name}" needs to be "John Doe". Else it won't authenticate. So it would be best to change the display name of that user to "johndoe". Then the display name matches the user name. (I hope you understand, what I mean)
Would still be great if there would be an Extended AD Support for YubiX