Index: trunk/extensions/OpenStackManager/OpenStackNovaDomain.php |
— | — | @@ -283,7 +283,8 @@ |
284 | 284 | $wgAuth->printDebug( "Failed to delete domain $domainname, since it had sub entries", NONSENSITIVE ); |
285 | 285 | return false; |
286 | 286 | } |
287 | | - // FIXME: $success is undefined |
| 287 | + |
| 288 | + $success = LdapAuthenticationPlugin::ldap_delete( $wgAuth->ldapconn, $dn ); |
288 | 289 | if ( $success ) { |
289 | 290 | $wgAuth->printDebug( "Successfully deleted domain $domainname", NONSENSITIVE ); |
290 | 291 | return true; |