[doc] point to previous doc

This commit is contained in:
Laurent Peuch 2017-08-12 12:58:54 +02:00
parent db7ded06e3
commit 3245124312

View file

@ -148,3 +148,5 @@ This give us the 2 following python calls:
Apparently we could also access one user using the following path (and not query): :file:`uid=user_username,ou=users,dc=yunohost,dc=org` but I haven't test it. Apparently we could also access one user using the following path (and not query): :file:`uid=user_username,ou=users,dc=yunohost,dc=org` but I haven't test it.
If you want specific attributes look at the general documentation on how to read from LDAP a bit above of this section.