Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx # OpenLDAP server configuration
     5         kx # see 'man slapd' for additional information
     5         kx 
     5         kx # Where the server will run (-h option)
     5         kx # - ldapi:/// is required for on-the-fly configuration using client tools
     5         kx #   (use SASL with EXTERNAL mechanism for authentication)
     5         kx # - default: ldapi:/// ldap:///
     5         kx # - example: ldapi:/// ldap://127.0.0.1/ ldap://10.0.0.1:1389/ ldaps:///
     5         kx SLAPD_URLS="ldapi:/// ldap:///"
     5         kx 
     5         kx # Any custom options
     5         kx #SLAPD_OPTIONS=""
     5         kx 
     5         kx # Keytab location for GSSAPI Kerberos authentication
     5         kx #KRB5_KTNAME="FILE:/etc/openldap/ldap.keytab"
     5         kx