This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

locked out of webadmin and Command line console

I have sucessfully done a stupid thing.  I have locked my self out of webadmin and the ssl terminal console.  What I did was trying to authenticate using ldap and stupidly took out the access for local user.  Now no matter what password I use to login to webadmin or terminal, it will show access denied or wrong password or user name.  This is what I put in the ldap under user authentication, at least as far as I remember:
active directory, userprofile, bind dn: administrator@meganetworksystem.com, base dn: dc=meganetworksystems, dc=com, and password: password
I am prepared for the worst but if anyone out there know how to get me back in without reintalling, I would be so appreciated.  I am using asl 5.009.

Thanks!! [:S]


This thread was automatically locked due to age.
Parents
  • if you still have access to the real console, you can login as loginuser then su to root

    then you need to modify the file /etc/wfe/conf/proxyauth.ini and put these :
    [auth_methods]
    ldap = 0
    radius = 0
    sam = 0
    ...
    [webadmin_methods]
    local
    [webadmin_users]
    admin

    that should be pretty much enough   [;)]
  • If changing the user authencation for webadmin have no effect on the console log in then I should be able to log in to the cosole from the machine itself.  I will try this when I get home.  
    Thanks!!!!!
Reply
  • If changing the user authencation for webadmin have no effect on the console log in then I should be able to log in to the cosole from the machine itself.  I will try this when I get home.  
    Thanks!!!!!
Children