Jump to content

Active Directory/Connect: Difference between revisions

m
julia example
m (→‎{{header|Phix}}: added syntax colouring the hard way)
m (julia example)
Line 161:
}
}</lang>
 
 
=={{header|Julia}}==
<lang julia>using LDAPClient
 
conn = LDAPClient.LDAPConnection("ldap://localhost:10389")
LDAPClient.simple_bind(conn, "user", "password")
LDAPClient.unbind(conn)
</lang>
 
=={{header|Kotlin}}==
4,104

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.