Lines 54-60
By the end of this chapter, readers will know:
Link Here
|
54 |
* How to set FreeBSD up to act as an LDAP server or client |
54 |
* How to set FreeBSD up to act as an LDAP server or client |
55 |
* How to set up automatic network settings using DHCP. |
55 |
* How to set up automatic network settings using DHCP. |
56 |
* How to set up a Domain Name Server (DNS). |
56 |
* How to set up a Domain Name Server (DNS). |
57 |
* How to set up the ApacheHTTP Server. |
57 |
* How to set up the Apache HTTP Server. |
58 |
* How to set up a File Transfer Protocol (FTP) server. |
58 |
* How to set up a File Transfer Protocol (FTP) server. |
59 |
* How to set up a file and print server for Windows(R) clients using Samba. |
59 |
* How to set up a file and print server for Windows(R) clients using Samba. |
60 |
* How to synchronize the time and date, and set up a time server using the Network Time Protocol (NTP). |
60 |
* How to synchronize the time and date, and set up a time server using the Network Time Protocol (NTP). |
Lines 1380-1386
If [.filename]#slapd# was running, restart it. As stated in [.filename]#/usr/loc
Link Here
|
1380 |
|
1380 |
|
1381 |
[.programlisting] |
1381 |
[.programlisting] |
1382 |
.... |
1382 |
.... |
1383 |
lapd_enable="YES" |
1383 |
slapd_enable="YES" |
1384 |
slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ |
1384 |
slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ |
1385 |
ldap://0.0.0.0/"' |
1385 |
ldap://0.0.0.0/"' |
1386 |
slapd_sockets="/var/run/openldap/ldapi" |
1386 |
slapd_sockets="/var/run/openldap/ldapi" |