I'm looking at revamping a print quota system and I'd like to incorporate some database functionality. In the interest of keeping user information consolidated, I'd like to use windows' active directory as a replacement for my current simple database. Our environment is heterogeneous with Win2000,Linux,Solaris,HP-UX,etc. My print server is a linux box. Is there a simple way to tie into active directory using perl (my current accounting scripts are in perl, I'd rather not re-write them entirely) and store accounting information there? I've seen the server-client middleware approach, but would enjoy seeing a way to tie directly into active directory seeing as how it's prety much an LDAP server.