openldap-slapd.postinst 158 B

12345
  1. #!/bin/sh
  2. . $IPKG_INSTROOT/etc/functions.sh
  3. add_user slapd $(get_next_uid) $(get_next_gid) /var/run/slapd
  4. add_group slapd $(get_next_gid)
  5. add_rcconf slapd NO