]> jfr.im git - irc/evilnet/x3.git/blobdiff - x3.conf.example
use ldap_add to add users to ldap when they register on irc
[irc/evilnet/x3.git] / x3.conf.example
index e66e118b2fe65ffa260409825988562bbb684a94..67771dfc7b4e620b8cf68d6cb8cc5a36a6846ce4 100644 (file)
         //"ldap_dn_fmt" "uid=%s,ou=Users,dc=afternet,dc=org";
         // automatically create accounts if they exist in ldap but not x3
         //"ldap_autocreate" "1"; 
+        //
+        // If you will be allowing users to register on IRC you need these:
+        //"ldap_admin_dn" "cn=Admin,dc=afternet,dc=org";
+        //"ldap_admin_pass" "xyzzyx";
+        //"ldap_add_objects" ( "top", "inetOrgAnon" );
+        //      NOTE: inetOrgAnon is something I made up. its schema
+        //      can be found in the tools/ directory. ldap servers wont
+        //      know what that is by default.
+        // These configure what I store, and where.
+        //"ldap_add_account" "uid";
+        //"ldap_add_password "userPassword";
+        //"ldap_add_email" "";
     };
 
     /*