Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/public/LDAP/ILDAPProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ public function sanitizeDN($dn);
/**
* Return a new LDAP connection resource for the specified user.
* @param string $uid user id
* @return \LDAP\Connection|resource
* @return \LDAP\Connection
* @since 11.0.0
*/
public function getLDAPConnection($uid);

/**
* Return a new LDAP connection resource for the specified group.
* @param string $gid group id
* @return \LDAP\Connection|resource
* @return \LDAP\Connection
* @since 13.0.0
*/
public function getGroupLDAPConnection($gid);
Expand Down
Loading