# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/pwdutils/pwdutils.conf # Copyright (C) 2005 - 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- # FIXME support more ldap flavours? if pkginstalled openldap; then pkgprefix -t openldap var_append confopt ' ' "--with-ldap-lib=openldap" # auto|netscape5|netscape4|netscape3|umich|openldap var_append confopt ' ' "--with-ldap-dir=/$(pkgprefix openldap)" # FIXME --with-ldap-conf-file path to LDAP configuration file # FIXME --with-ldap-secret-file path to LDAP root secret file fi