[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ldap patch for samba port
- To: misc@openbsd.org
- Subject: ldap patch for samba port
- From: Lukas Meyer <lukas@msys.ch>
- Date: Wed, 25 Feb 2004 09:51:55 +0059
- User-Agent: Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.6) Gecko/20040224
Hi list
I'm looking for the maintainer of net/samba. I needed ldap support in
samba so I added a flavor ldap to the Makefile. Now I attached the diff
which the maintainer could add to the port.
best regards
Lukas
34,37d33
< FLAVORS= ldap
< FLAVOR?=
<
<
55,59d50
<
< .if ${FLAVOR:L:Mldap}
< CONFIGURE_ARGS+= --with-ldapsam
< .endif
<