isReadOnly()) error(_('You cannot perform updates while server is in read-only mode'),'error','index.php'); if (! $ldapserver->haveAuthInfo()) error(_('Not enough information to login to server. Please check your configuration.'),'error','index.php'); $dn = $_GET['dn']; $rdn = get_rdn($dn); printf('

%s %s

',_('Rename Entry'),htmlspecialchars($rdn)); printf('

%s: %s     %s: %s

', _('Server'),$ldapserver->name,_('Distinguished Name'),htmlspecialchars($dn)); echo '
'; printf('',$ldapserver->server_id); printf('',htmlspecialchars($dn)); printf('',htmlspecialchars($rdn)); printf('',_('Rename')); echo '
'; ?>