Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
4 votes
2 answers
233 views

Addressing possible strategic problems with LDAP module and unit testing code

I'm a sysadmin writing a tool to perform administrative tasks on our upcoming new account management system that runs over LDAP. I want the tool to be highly flexible, configurable, and reliable, so I'...
jayhendren's user avatar
5 votes
2 answers
5k views

ASN.1 BER Encoding and Decoding

I have a project (ldaplib) I am working on that needs to do ASN1-BER decoding and encoding. The function I have for the decoding portion is slightly more complex but neither are all that complicated. ...
clutton's user avatar
  • 839
3 votes
1 answer
167 views

LDAP Library design, classes, functions, initialization?

I have started working on my first open source project making an LDAP library in Python. I have coded quite a bit and am starting to think about a couple of the details related to design. I have ...
clutton's user avatar
  • 839
2 votes
4 answers
9k views

Password expiry notification script

I've just solve one problem that notifies users if their password is going to expire in 14 days. The script is working fine. I just want to improve my code and desire some suggestions. ...
Rahul Patil's user avatar