29 May
2012
29 May
'12
10:58 a.m.
I will send the header and object files off list. Here is the test program I am using: import LDAP main :: IO () main = do putStrLn "domain>" domain <- getLine putStrLn "bindDN>" bindDN <- getLine putStrLn "bindPW>" bindPW <- getLine putStrLn "conecting..." ldap <- ldapInit domain ldapPort ldapSimpleBind ldap bindDN bindPW putStrLn "done" Chris