[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ldap patch for samba port



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
<