[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
nis and ldap
The ldap server is determined statically on the Client
in the file ldap.conf.
# $OpenLDAP: pkg/ldap/libraries/libldap/ldap.conf,v 1.4.8.6 2000/09/05
17:54:38 kurt Exp $
#
# LDAP Defaults
#
HOST ldap.informatik.uni-bremen.de
BASE dc=informatik, dc=uni-bremen, dc=de
PORT 636
#SIZELIMIT 12
#TIMELIMIT 15
#DEREF never
SSL YES
The Nis-client commits itself when starting
to a nis-server using broadcast.
(ypbind -broadcast)
I would like to achieve the same with ldap, is it possible?
Thanks in advance
Cemil