summaryrefslogtreecommitdiff
path: root/net/openldap22/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap22/pkg-message')
-rw-r--r--net/openldap22/pkg-message30
1 files changed, 0 insertions, 30 deletions
diff --git a/net/openldap22/pkg-message b/net/openldap22/pkg-message
deleted file mode 100644
index fa99c9a88dd8..000000000000
--- a/net/openldap22/pkg-message
+++ /dev/null
@@ -1,30 +0,0 @@
-************************************************************
-
-The OpenLDAP package has been successfully installed.
-
-Edit
- %%PREFIX%%/etc/openldap/ldap.conf
-to change the system-wide client defaults.
-
-%%SERVER%%In order to run the OpenLDAP server, you need to edit
-%%SERVER%% %%PREFIX%%/etc/openldap/slapd.conf
-%%SERVER%%to suit your needs and add the next lines to /etc/rc.conf:
-%%SERVER%% slapd_enable="YES"
-%%SERVER%% slapd_args='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/????x-mod=0777 ldap://0.0.0.0/"'
-%%SERVER%%
-%%SERVER%%Then start the server with
-%%SERVER%% %%PREFIX%%/etc/rc.d/slapd.sh start
-%%SERVER%%or reboot.
-%%SERVER%%
-%%SERVER%%NOTE: There is no real reason to run slapd as root. Add
-%%SERVER%% '-u ldap -g ldap'
-%%SERVER%%to slapd_args, create a user "ldap" with
-%%SERVER%% pw add group ldap -g 389
-%%SERVER%% pw add user ldap -u 389 -g 389 -d /nonexistent \
-%%SERVER%% -c "OpenLDAP Server" -s /sbin/nologin -p "*"
-%%SERVER%%and do
-%%SERVER%% chown -R ldap:ldap %%LDAP_RUN_DIR%% \
-%%SERVER%% %%LOCALSTATEDIR%%/openldap-data %%PREFIX%%/etc/openldap/slapd.conf
-%%SERVER%%and your server runs with a non-privileged user id.
-%%SERVER%%
-************************************************************