Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 160979 | Differences between
and this patch

Collapse All | Expand All

(-)../ldap-for-dhcp-4.0.1-1/dhcp-4.0.1-ldap.patch (-18 / +18 lines)
Lines 194-218 Link Here
194
 #endif
194
 #endif
195
 
195
 
196
+#if defined(LDAP_CONFIGURATION)
196
+#if defined(LDAP_CONFIGURATION)
197
+# define SV_LDAP_SERVER			60
197
+# define SV_LDAP_SERVER		57
198
+# define SV_LDAP_PORT			61
198
+# define SV_LDAP_PORT			58
199
+# define SV_LDAP_USERNAME		62
199
+# define SV_LDAP_USERNAME		59
200
+# define SV_LDAP_PASSWORD		63
200
+# define SV_LDAP_PASSWORD		60
201
+# define SV_LDAP_BASE_DN		64
201
+# define SV_LDAP_BASE_DN		61
202
+# define SV_LDAP_METHOD			65
202
+# define SV_LDAP_METHOD		62
203
+# define SV_LDAP_DEBUG_FILE		66
203
+# define SV_LDAP_DEBUG_FILE		63
204
+# define SV_LDAP_DHCP_SERVER_CN		67
204
+# define SV_LDAP_DHCP_SERVER_CN	64
205
+# define SV_LDAP_REFERRALS		68
205
+# define SV_LDAP_REFERRALS		65
206
+#if defined (USE_SSL)
206
+#if defined (USE_SSL)
207
+# define SV_LDAP_SSL			69
207
+# define SV_LDAP_SSL			66
208
+# define SV_LDAP_TLS_REQCERT		70
208
+# define SV_LDAP_TLS_REQCERT		67
209
+# define SV_LDAP_TLS_CA_FILE		71
209
+# define SV_LDAP_TLS_CA_FILE		68
210
+# define SV_LDAP_TLS_CA_DIR		72
210
+# define SV_LDAP_TLS_CA_DIR		69
211
+# define SV_LDAP_TLS_CERT		73
211
+# define SV_LDAP_TLS_CERT		70
212
+# define SV_LDAP_TLS_KEY		74
212
+# define SV_LDAP_TLS_KEY		71
213
+# define SV_LDAP_TLS_CRLCHECK		75
213
+# define SV_LDAP_TLS_CRLCHECK		72
214
+# define SV_LDAP_TLS_CIPHERS		76
214
+# define SV_LDAP_TLS_CIPHERS		73
215
+# define SV_LDAP_TLS_RANDFILE		77
215
+# define SV_LDAP_TLS_RANDFILE		74
216
+#endif
216
+#endif
217
+#endif
217
+#endif
218
+
218
+

Return to bug 160979