Skip to content

Commit

Permalink
Enable_startTLS: Create .ldap.startTLS function
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucid authored and sshanks-kx committed Nov 28, 2022
1 parent 002762b commit 1af6110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions q/ldap.q
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

/ intialise ldap functions
init:`kdbldap 2:(`kdbldap_init;2)
startTLS:`kdbldap 2:(`kdbldap_start_tls;1)
setOption:`kdbldap 2:(`kdbldap_set_option;3)
setGlobalOption:`kdbldap 2:(`kdbldap_set_global_option;2)
getOption:`kdbldap 2:(`kdbldap_get_option;2)
Expand Down

0 comments on commit 1af6110

Please sign in to comment.