Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.4, Tue Jul 28 14:03:06 2009 UTC | revision 1.5, Tue Aug 25 14:17:59 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: LDAPInterface.inc,v 1.3 2009/06/01 12:02:56 miglius Exp $ | // $Id: LDAPInterface.inc,v 1.4 2009/07/28 14:03:06 miglius Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 257 class LDAPInterface { | Line 257 class LDAPInterface { |
| 257 | } | } |
| 258 | } | } |
| 259 | ||
| 260 | ldap_modify($this->connection, $dn, $attributes); | return ldap_modify($this->connection, $dn, $attributes); |
| 261 | } | } |
| 262 | ||
| 263 | function create_entry($dn, $attributes) { | function create_entry($dn, $attributes) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |