Where IE supports Windows Native Authentication sort of 'Out of the Box', Firefox does not. Here's how to enable Windows Native Authentication (WNA) in forefox:
- type 'about:config' in the address bar
- navigate to the entry 'network.negotiate-auth.trusted-uris' (tip: set the search filter to "network.negotiate"
- enter the domains you want WNA to act upon, e.g. "home.local".
Multiple domains are to be separated by commas; e.g. "home.local,home.networked" - earlier releases indicate that a leading dot is required (e.g. ".home.local" instaed of "home.local")
Showing posts with label password. Show all posts
Showing posts with label password. Show all posts
Tuesday, September 18, 2007
Thursday, August 30, 2007
How to unlock orcladmin
Proving the point that using 'cn=orcladmin' or 'orcladmin' when starting Oracle Internet Directory (OID) Manager (ODM), is actually the same account, I managed to "prove" the point just once too often, resulting in a "your account is locked" error.
So, the question raises: how to unlock you superuser account orcladmin?
Very simple:
login on the Application Server where your OID runs, and:
$ORACLE_HOME/bin/oidpasswd connect=[tns_alias] unlock_su_acct=true
You will be asked to provide the ODS password - which happens to be the same as the ias_admin password, specified at install time. Which happens to be the password for orcladmin, too, unless you changed it.
So, the question raises: how to unlock you superuser account orcladmin?
Very simple:
login on the Application Server where your OID runs, and:
$ORACLE_HOME/bin/oidpasswd connect=[tns_alias] unlock_su_acct=true
You will be asked to provide the ODS password - which happens to be the same as the ias_admin password, specified at install time. Which happens to be the password for orcladmin, too, unless you changed it.
Monday, July 09, 2007
Cannot login Enterprise Manager
It happened to me the other day: I could no longer login to an Enterprise Manager site, and I was sure I had the correct password. It might have something to do with running ssoReplSetup.jar.
Anyway, the solution is to use a hidden option of emctl: reset. These are the steps to revitalize your OEM:
Anyway, the solution is to use a hidden option of emctl: reset. These are the steps to revitalize your OEM:
- edit $ORACLE_HOME/sysman/j2ee/jazn-data.xml
- find ias_admin entry
- remove line with "credentials"
- save file
- emctl set password reset <new_password>
- (re)start oem: emctl start iasconsole
Subscribe to:
Posts (Atom)