adeutscher / DirectoryTools

0 stars 0 forks source link

userNameIsDN #13

Closed adeutscher closed 10 years ago

adeutscher commented 10 years ago

All methods should have the option for a user to provide either a UID or a DN, and flagged as the appropriate type through a boolean nameIsDN argument.

adeutscher commented 10 years ago

After looking through the methods again. I'd overlooked that isObjectUser and isObjectGroup, the methods that set me off on filing this ticket, are pre-made aliases of methods that need a distinguished name to work. Having the option to resolve it within the method makes either one unnecessary, and changing them to alias off of a different method would just be confusing.