Skip to content

Commit

Permalink
last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
guedes committed Apr 1, 2013
1 parent c241509 commit 8cb4ceb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META.json
@@ -1,6 +1,6 @@
{ {
"name": "ldap_fdw", "name": "ldap_fdw",
"abstract": "LDAP Foreign Data Wrapper for PostgreSQL 9.1+", "abstract": "LDAP Foreign Data Wrapper for PostgreSQL 9.2",
"description": "LDAP Foreign Data Wrapper allow your PostgreSQL to query a LDAP server and retrieve data from some pre-configured Organizational Unit", "description": "LDAP Foreign Data Wrapper allow your PostgreSQL to query a LDAP server and retrieve data from some pre-configured Organizational Unit",
"version": "0.1.0", "version": "0.1.0",
"maintainer": "Dickson S. Guedes <guedes@guedesoft.net>", "maintainer": "Dickson S. Guedes <guedes@guedesoft.net>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -98,4 +98,4 @@ Copyright and License


This software is released under the PostgreSQL Licence. This software is released under the PostgreSQL Licence.


Copyright (c) 2011 Dickson S. Guedes. Copyright (c) 2011-2013 Dickson S. Guedes.
2 changes: 1 addition & 1 deletion doc/ldap_fdw.md
Expand Up @@ -9,7 +9,7 @@ A PostgreSQL's Foreign Data Wrapper (FDW) to query LDAP servers.
Warnings Warnings
-------- --------


* **DO NOT USE IT ON PRODUCTION**: It is not production ready but you could test it in your test * **USE WITH CAUTION**: It is not production ready but you could test it in your test
server and help us to improve it; server and help us to improve it;
* it not implements limits *yet*, so if you do a `select * from ldap_table` it will fetch all records from LDAP server. Some LDAP servers limits this to 500; * it not implements limits *yet*, so if you do a `select * from ldap_table` it will fetch all records from LDAP server. Some LDAP servers limits this to 500;
* by now it only supports two columns: `dn` and `object_body` where the former is populated with the DN and the last with the LDAP entry converted to a Hstore compatible format; * by now it only supports two columns: `dn` and `object_body` where the former is populated with the DN and the last with the LDAP entry converted to a Hstore compatible format;
Expand Down

0 comments on commit 8cb4ceb

Please sign in to comment.