Skip to content

Commit

Permalink
Update doc/ldap_fdw.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guedes committed Feb 8, 2013
1 parent 2aa157c commit c241509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ldap_fdw.md
Expand Up @@ -37,7 +37,7 @@ Create user mapping:

CREATE USER MAPPING FOR current_user
SERVER ldap_myldap_server
OPTIONS (user_dn 'cn=SomeUser,dc=example,dc=com', password 'the_user_password');
OPTIONS (user_dn 'cn=SomeUser,dc=example,dc=net', password 'the_user_password');

Finally create a foreign table with a base DN pointing to some OU:

Expand All @@ -46,7 +46,7 @@ Finally create a foreign table with a base DN pointing to some OU:
object_body text
)
SERVER ldap_myldap_server
OPTIONS (base_dn 'OU=people,DC=example,DC=com');
OPTIONS (base_dn 'OU=people,DC=example,DC=net');

And voila!

Expand Down

0 comments on commit c241509

Please sign in to comment.