diff options
Diffstat (limited to 'net-libs/nss_ldap/files/nss_ldap-238-whitespace-fix.diff')
-rw-r--r-- | net-libs/nss_ldap/files/nss_ldap-238-whitespace-fix.diff | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/net-libs/nss_ldap/files/nss_ldap-238-whitespace-fix.diff b/net-libs/nss_ldap/files/nss_ldap-238-whitespace-fix.diff new file mode 100644 index 000000000000..9a4778046278 --- /dev/null +++ b/net-libs/nss_ldap/files/nss_ldap-238-whitespace-fix.diff @@ -0,0 +1,53 @@ +diff -Nuar nss_ldap-238.orig/ldap.conf nss_ldap-238/ldap.conf +--- nss_ldap-238.orig/ldap.conf 2005-03-23 16:03:40.000000000 -0800 ++++ nss_ldap-238/ldap.conf 2005-03-28 21:57:53.326218832 -0800 +@@ -1,4 +1,4 @@ +- @(#)$Id: nss_ldap-238-whitespace-fix.diff,v 1.1 2005/04/29 20:21:15 robbat2 Exp $ ++# @(#)$Id: nss_ldap-238-whitespace-fix.diff,v 1.1 2005/04/29 20:21:15 robbat2 Exp $ + # + # This is the configuration file for the LDAP nameservice + # switch library and the LDAP PAM module. +@@ -167,27 +167,27 @@ + # and filter is a filter to be &'d with the + # default filter. + # You can omit the suffix eg: +-# nss_base_passwd ou=People, ++# nss_base_passwd ou=People, + # to append the default base DN but this + # may incur a small performance impact. +-#nss_base_passwdou=People,dc=padl,dc=com?one +-#nss_base_shadowou=People,dc=padl,dc=com?one +-#nss_base_group ou=Group,dc=padl,dc=com?one +-#nss_base_hosts ou=Hosts,dc=padl,dc=com?one +-#nss_base_servicesou=Services,dc=padl,dc=com?one +-#nss_base_networksou=Networks,dc=padl,dc=com?one +-#nss_base_protocolsou=Protocols,dc=padl,dc=com?one +-#nss_base_rpc ou=Rpc,dc=padl,dc=com?one +-#nss_base_ethersou=Ethers,dc=padl,dc=com?one +-#nss_base_netmasksou=Networks,dc=padl,dc=com?ne +-#nss_base_bootparamsou=Ethers,dc=padl,dc=com?one +-#nss_base_aliasesou=Aliases,dc=padl,dc=com?one +-#nss_base_netgroupou=Netgroup,dc=padl,dc=com?one ++#nss_base_passwd ou=People,dc=padl,dc=com?one ++#nss_base_shadow ou=People,dc=padl,dc=com?one ++#nss_base_group ou=Group,dc=padl,dc=com?one ++#nss_base_hosts ou=Hosts,dc=padl,dc=com?one ++#nss_base_services ou=Services,dc=padl,dc=com?one ++#nss_base_networks ou=Networks,dc=padl,dc=com?one ++#nss_base_protocols ou=Protocols,dc=padl,dc=com?one ++#nss_base_rpc ou=Rpc,dc=padl,dc=com?one ++#nss_base_ethers ou=Ethers,dc=padl,dc=com?one ++#nss_base_netmasks ou=Networks,dc=padl,dc=com?ne ++#nss_base_bootparams ou=Ethers,dc=padl,dc=com?one ++#nss_base_aliases ou=Aliases,dc=padl,dc=com?one ++#nss_base_netgroup ou=Netgroup,dc=padl,dc=com?one + + # attribute/objectclass mapping + # Syntax: +-#nss_map_attributerfc2307attribute mapped_attribute +-#nss_map_objectclassrfc2307objectclass mapped_objectclass ++#nss_map_attribute rfc2307attribute mapped_attribute ++#nss_map_objectclass rfc2307objectclass mapped_objectclass + + # configure --enable-nds is no longer supported. + # NDS mappings |