]> jfr.im git - irc/evilnet/x3.git/commitdiff
put some hints in the top comments
authorRubin <redacted>
Sun, 7 Aug 2016 21:22:38 +0000 (14:22 -0700)
committerRubin <redacted>
Sun, 7 Aug 2016 21:22:38 +0000 (14:22 -0700)
src/x3ldap.c

index e352d79e1bdd2b7db716aa054d54b70766aa7a14..931ea525da81affc315be2b160bf502f5bc31afb 100644 (file)
  * along with srvx; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.
  *
+ * 
+ * INSTRUCTIONS:
+ *   * Setup an ldap server. Add inetOrgAnon to the schema (it is in tools/ldap)
+ *   * Make sure ldap is enabled at compile time (debian needs libldap2-dev package)
+ *   * Enable ldap in x3.conf and set everything
+ *   * Initial import: you can use the secret authserv search action add2ldap
+ *     to get your users into ldap. /msg authserv search add2ldap account *
  *
  * TODO:
  *   * get queries working in static existance, so i understand how it works