We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefcefd commit a77d9beCopy full SHA for a77d9be
python/multicorn/ldapfdw.py
@@ -56,16 +56,16 @@
56
);
57
58
CREATE FOREIGN TABLE ldapexample (
59
- mail character varying,
60
- cn character varying,
61
- description character varying
+ mail character varying,
+ cn character varying,
+ description character varying
62
) server ldap_srv options (
63
- uri 'ldap://localhost',
64
- path 'dc=lab,dc=example,dc=com',
65
- scope 'sub',
66
- binddn 'cn=Admin,dc=example,dc=com',
67
- bindpwd 'admin',
68
- objectClass '*'
+ uri 'ldap://localhost',
+ path 'dc=lab,dc=example,dc=com',
+ scope 'sub',
+ binddn 'cn=Admin,dc=example,dc=com',
+ bindpwd 'admin',
+ objectClass '*'
69
70
71
select * from ldapexample;
0 commit comments