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-3.1.2-1.orig/dhcp-3.1.2-ldap.patch (-18 / +18 lines)
Lines 192-216 Link Here
192
 #endif
192
 #endif
193
 
193
 
194
+#if defined(LDAP_CONFIGURATION)
194
+#if defined(LDAP_CONFIGURATION)
195
+# define SV_LDAP_SERVER		47
195
+# define SV_LDAP_SERVER		53
196
+# define SV_LDAP_PORT		48
196
+# define SV_LDAP_PORT		54
197
+# define SV_LDAP_USERNAME	49
197
+# define SV_LDAP_USERNAME	55
198
+# define SV_LDAP_PASSWORD	50
198
+# define SV_LDAP_PASSWORD	56
199
+# define SV_LDAP_BASE_DN	51
199
+# define SV_LDAP_BASE_DN	57
200
+# define SV_LDAP_METHOD		52
200
+# define SV_LDAP_METHOD		58
201
+# define SV_LDAP_DEBUG_FILE		53
201
+# define SV_LDAP_DEBUG_FILE		59
202
+# define SV_LDAP_DHCP_SERVER_CN		54
202
+# define SV_LDAP_DHCP_SERVER_CN		60
203
+# define SV_LDAP_REFERRALS		55
203
+# define SV_LDAP_REFERRALS		61
204
+#if defined (USE_SSL)
204
+#if defined (USE_SSL)
205
+# define SV_LDAP_SSL		56
205
+# define SV_LDAP_SSL		62
206
+# define SV_LDAP_TLS_REQCERT		57
206
+# define SV_LDAP_TLS_REQCERT		63
207
+# define SV_LDAP_TLS_CA_FILE		58
207
+# define SV_LDAP_TLS_CA_FILE		64
208
+# define SV_LDAP_TLS_CA_DIR		59
208
+# define SV_LDAP_TLS_CA_DIR		65
209
+# define SV_LDAP_TLS_CERT		60
209
+# define SV_LDAP_TLS_CERT		66
210
+# define SV_LDAP_TLS_KEY		61
210
+# define SV_LDAP_TLS_KEY		67
211
+# define SV_LDAP_TLS_CRLCHECK		62
211
+# define SV_LDAP_TLS_CRLCHECK		68
212
+# define SV_LDAP_TLS_CIPHERS		63
212
+# define SV_LDAP_TLS_CIPHERS		69
213
+# define SV_LDAP_TLS_RANDFILE		64
213
+# define SV_LDAP_TLS_RANDFILE		70
214
+#endif
214
+#endif
215
+#endif
215
+#endif
216
+
216
+

Return to bug 160979