Leopard: AD Plugin Doesn't Warn Me When My AD Password Expires?

I just noticed that my Windows PC is informing me that my AD password will expire in days. However, My Leopard Mac which is also bound to the same AD domain is not giving me the password expiration warning. I know that the AD plugin in Tiger (10.4.x) used to warn me about upcoming password change policies etc, but 10.5.1 is not.
Has anyone noticed this behavior?
Also - has anyone had any luck changing their AD password from a 10.5 client using the Accounts Preference Pane? I remember that Tiger was a little buggy sometimes...

Thanks Strontium90!
Turns out that is exactly what happened.  I am testing the adpassmon utility now...  very cool! I like how it allows you to change you password.
I have had quite a few occasions where users change their passwords at login when their AD password expires... which knocks their keychain out of sync. This tool may just be the ticket.
One again, many thanks!
Ray

Similar Messages

  • Maya iff plugin doesn't support Alpha when saving

    Now that's annoying... the iff plugin doesn't support Alpha Channel when saving file! And when you open an IFF file with an alpha, generated from Maya for example, the alpha is removed and the transparent parts of the original alpha become punches out the image (so you see the grey checker in the BG).
    I hope someone from the PS team reads this and fixes it. Maya converts all textures to IFF internally before rendering and that slows you down if you have a lot of textures. I was hoping I could do this in PS myself but it looks like I will have to rely on Shake to do it.
    Anybody knows of a drag and drop software that could easily convert TIFF, JPG, TGA or other formats to IFF? I need and easy solution because I don't want to have to convert all my textures one by one.
    Robert
    PS: I posted this as a bug to Adobe...

    I can confirm that if one uses the Eraser tool in Photoshop CS5 to create 0% opacity (100% transparency), the pixel values will be set to pure white.  I have a content-aware plug-in that has to specifically avoid examining pixels if the transparency mask exists and the opacity is equal to 0.
    We can only guess that this was done to reduce saved file sizes or something.  ???  I can imagine the thinking when this was designed/implemented:  "Who'd want to maintain data that was utterly transparent?"
    Clearly someone does.
    What this pixel destruction "quirk" DOES DO, specficially, is blow away the proposal that viewing opacity in Photoshop is completely interchangeable with the maintenance of a separate alpha channel.
    I second PECourtejoie's request to make the 100% deletion non-destructive.  After all, Photoshop now maintains information outside the canvas, why not maintain it in transparent image areas as well?  And if it's compatibility you're worried about, make an Advanced option to toggle the functionality.
    Thanks.
    -Noel

  • Database Error when starting UCM - Password Expired?

    I'm getting a database error (see full stack below) when I try to start UCM after Weblogic. I was not having this problem before. When digging through the stack trace (below) I notice one of the error its outputting is that my password expired. However, I'm able to connect to the database using SQL Plus just fine, and even changed the system password just to be safe. Same error. I tried researching the issue even further: tried following this - http://kishantha.blogspot.com/2010/03/oracle-enterprise-manager-console.html , but when i ran the 'emctl stop dbconsole' i got a config issue, which led me to a different blog post when i tried running 'dbca' to configure and it gave me the following error - "Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM Configuration Assistant again" although from what I can tell my listener is running just fine. what could possibly be going wrong here? any help would be appreciated!
    [2012-02-13T12:39:32.115-05:00] [UCM_server1] [NOTIFICATION] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000JLrn0xj3z0WjLxyGOA1FEKe^000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-02-13T13:26:43.479-05:00] [UCM_server1] [ERROR] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000JLrxs2a3z0WjLxyGOA1FELN9000002,0] [APP: Oracle Universal Content Management - Content Server] general exception
    [2012-02-13T13:26:43.510-05:00] [UCM_server1] [ERROR] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000JLrxs2a3z0WjLxyGOA1FELN9000002,0] [APP: Oracle Universal Content Management - Content Server] general exception[[
    java.lang.AssertionError: !syNativeOsUtilsNotLoaded
         at intradoc.common.NativeOsUtilsBase.doLoad(NativeOsUtilsBase.java:386)
         at intradoc.common.NativeOsUtilsBase.<init>(NativeOsUtilsBase.java:352)
         at intradoc.common.NativeOsUtils.<init>(NativeOsUtils.java:26)
         at intradoc.common.EnvUtils.initializeOsFlags(EnvUtils.java:169)
         at intradoc.common.EnvUtils.getOSFamily(EnvUtils.java:475)
         at intradoc.shared.SharedLoader.configureBufferPoolUsage(SharedLoader.java:644)
         at intradoc.shared.SharedLoader.loadInitialConfig(SharedLoader.java:230)
         at intradoc.server.IdcSystemConfig.loadAppConfigInfo(IdcSystemConfig.java:370)
         at intradoc.server.IdcSystemConfig.loadAppConfigInfo(IdcSystemConfig.java:259)
         at intradoc.server.IdcServerManager.init(IdcServerManager.java:100)
         at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:624)
         at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:455)
         at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:102)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
         at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
         at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
         at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1242)
         at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:542)
         at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:455)
         at idcservlet.IdcFilter.initContentServer(IdcFilter.java:132)
         at idcservlet.IdcFilter.init(IdcFilter.java:124)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1876)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.UnsatisfiedLinkError: intradoc.common.NativeOsUtilsBase.getNativeVersion()Ljava/lang/String;
         at intradoc.common.NativeOsUtilsBase.getNativeVersion(Native Method)
         at intradoc.common.NativeOsUtilsBase.doLoad(NativeOsUtilsBase.java:382)
         ... 61 more
    [2012-02-13T13:26:55.063-05:00] [UCM_server1] [ERROR] [] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000JLrxs2a3z0WjLxyGOA1FELN9000002,0] [APP: Oracle Universal Content Management - Content Server] UCM-CS-050021
    [2012-02-13T13:26:55.078-05:00] [UCM_server1] [ERROR] [UCM-CS-000001] [oracle.ucm.idccs] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000JLrxs2a3z0WjLxyGOA1FELN9000002,0] [APP: Oracle Universal Content Management - Content Server] general exception[[
    intradoc.common.ServiceException: !csProviderUnableToInitialize,SystemDatabase
    at intradoc.server.IdcSystemLoader.loadProviders(IdcSystemLoader.java:2379)
    at intradoc.server.IdcSystemLoader.initProviders(IdcSystemLoader.java:2132)
    at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:401)
    at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:336)
    at intradoc.server.IdcServerManager.init(IdcServerManager.java:120)
    at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:624)
    at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:455)
    at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:102)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1242)
    at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:542)
    at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:455)
    at idcservlet.IdcFilter.initContentServer(IdcFilter.java:132)
    at idcservlet.IdcFilter.init(IdcFilter.java:124)
    at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
    at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1876)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: intradoc.data.DataException: !csDbUnableToInitalize,SystemDatabase!csProviderFailedToExtractAndUseDataSource,CSDS
    at intradoc.jdbc.JdbcManager.init(JdbcManager.java:92)
    at intradoc.jdbc.JdbcWorkspace.init(JdbcWorkspace.java:77)
    at intradoc.provider.Provider.init(Provider.java:71)
    at intradoc.server.IdcSystemLoader.loadProviders(IdcSystemLoader.java:2369)
    ... 56 more
    Caused by: intradoc.data.DataException: !csProviderFailedToExtractAndUseDataSource,CSDS
    at intradoc.provider.ProviderPoolManager.init(ProviderPoolManager.java:134)
    at intradoc.jdbc.JdbcManager.init(JdbcManager.java:79)
    ... 59 more
    Caused by: intradoc.common.ServiceException: !csProviderFailedToAccessDataSource
    at intradoc.provider.ProviderPoolManager.computeExternalConnectionObject(ProviderPoolManager.java:263)
    at intradoc.provider.ProviderPoolManager.init(ProviderPoolManager.java:130)
    ... 60 more
    Caused by: intradoc.common.ServiceException: !csUnableToExecMethod,getConnection
    at intradoc.common.ClassHelperUtils.convertToStandardException(ClassHelperUtils.java:202)
    at intradoc.common.ClassHelperUtils.convertToStandardExceptionAndThrow(ClassHelperUtils.java:179)
    at intradoc.common.ClassHelperUtils.executeIdcMethodConvertToStandardExceptions(ClassHelperUtils.java:410)
    at intradoc.provider.ProviderPoolManager.getExternalRawConnection(ProviderPoolManager.java:945)
    at intradoc.provider.ProviderPoolManager.computeExternalConnectionObject(ProviderPoolManager.java:243)
    ... 61 more
    Caused by: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-28001: the password has expired
    at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:250)
    at weblogic.jdbc.common.internal.RmiDataSource.getPoolConnection(RmiDataSource.java:352)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:369)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeIdcMethodConvertToStandardExceptions(ClassHelperUtils.java:406)
    ... 63 more

    893410 wrote:
    I'm getting a database error (see full stack below) when I try to start UCM after Weblogic. I was not having this problem before. When digging through the stack trace (below) I notice one of the error its outputting is that my password expired. However, I'm able to connect to the database using SQL Plus just fine, and even changed the system password just to be safe. Who said it was SYSTEM that was expired? What do you get from
    select username
    from dba_users
    where account_status like ('EXPIRE%);Oracle isn't smart enough to lie about that particular error message.
    Same error. I tried researching the issue even further: tried following this - http://kishantha.blogspot.com/2010/03/oracle-enterprise-manager-console.html , but when i ran the 'emctl stop dbconsole' i got a config issue, which led me to a different blog post when i tried running 'dbca' to configure and it gave me the following error - "Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM Configuration Assistant again" although from what I can tell my listener is running just fine. what could possibly be going wrong here? any help would be appreciated!
    As for the listener issue, did you follow the suggestion, or just dismiss it because "from what I can tell my listener is running just fine" Did you verify that the db instance was registered to the listener? What did you see from 'lsnrctl status'?
    >
    >
    >
    <snip>
    Caused by: weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: ORA-28001: the password has expired
    <snip>

  • Firefox 23.0 doesn't warn me when closing multiple tabs, unless only one window is open.

    I've selected the option for Firefox 23.0 to warn me before I try closing windows with multiple tabs. If only one window is open and that window has multiple tabs, I receive the warning. If more than one window is open and multiple tabs are open in any or all of them, the warning doesn't appear until I get to the final open window.

    hello, the message is only there by design if you close the whole browser with still a few tabs open in it (and also only when you choose not to store browser history). if you want to restore one of multiple windows closed during a session you can do so from the history menu or the keyboard shortcut ctrl+shift+N.

  • [Solvd]XFCE mixer panel plugin doesn't get updated when volume changed

    XFCE audio mixer panel plugin used to show the correct volume when I change the volume either with my Laptop touchbuttons or keyboard volume buttons.
    1.  To make sure if I am actually changing the volume, I opened alsamixer and tested pressing keys they work fine.
    2.  I even opened properties option from the indicator and set it to "Master"(the one I use) of my speaker, still no luck.
    3. The only problem is the indicator doesnt update when the volume is changed or muted.
    But for unknow reason this problem started last week.
    Thanks for the help.
    Last edited by vikyboss (2013-06-23 16:27:36)

    vikyboss wrote:
    Actually the problem seems to be resolved. I have a fully updated system and installed xfce again few days ago. And it works miraculously..
    Installed versions:
    1. xfce4-mixer 4.10.0
    2. Advanced Linux Sound Architecture Driver Version k3.9.3-1-ARCH
    ravicious wrote:Oh, I actually fixed this myself yesterday. I installed pulseaudio, pulseaudio-alsa and xfce4-volumed-pulse (from AUR) and then removed volume shortcuts from xfce4-keyboard-settings. In xfce4-mixer, you just have to choose a proper playback as a sound card.
    Wow, actually it now works for me, too! Amazing!

  • Firefox 17.0 doesn't warn me when closing multiple tabs any more

    hi all
    Having updated to Firefox 17.0 (from 16.0.2), for some reason I don't get warned when closing multiple tabs any more.
    I've confirmed the relevant options are selected and am 100% certain this was working fine before updating Firefox today.
    I've replicated the problem on my vista 32bit platform and on XP 32 bit too.
    I also looked at the changelog for Firefox 17 but can't see any explanation for this change in behaviour, although I wonder whether this might have something to do with it "772319 No option to disable the "Close other tabs" prompt."
    As I use Tab Mix Plus (add-on), I've also checked Firefox in safemode and have found the native tab warnings not working, so have concluded it's an issue with Firefox (rather than something to do with an extension).
    I've checked "about:config" and "browser.tabs.warnOnClose" is set to true, as is "browser.tabs.warnOnCloseOtherTabs".
    Any help would be appreciated.
    Thanks,
    Gary

    I have this problem too. i have tab mix plus but in my case browser.tabs.warnOnCloseOtherTabs and browser.tabs.warnOnClose are both set to true but i still get no warnings which sucks because i accidently click on close alot.

  • Getting invalid username/ password when trying to change expired password

    I am using Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production.
    I created a user with password expire option and gave create session grant. When I tried to connect with the user it gives me password expired message as expected but when I try to put new password it gives me invalid username/password as show below. I have tried many times and made sure new password and retype new password are same and long enough.
    Could anyone please advice what am I missing?
    SQL> conn schu/xxx@abc
    ERROR:
    ORA-28001: the password has expired
    Changing password for schu
    New password: ********
    Retype new password: ********
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Password unchanged
    SQL>

    spur230 wrote:
    sb92075 wrote:
    spur230 wrote:
    It works that way but I need to use password expire option.
    I see the words, but do not understand what they/you mean.The code you asked me to run work perfectly but I am getting ORA-01017 when I use password expire option.
    With your code if I do
    alter user schu password expire.
    It will ask me to enter new password and verify password after which I am getting
    ERROR:
    ORA-01017: invalid username/password; logon deniedI am not sure what you are doing & doing wrong; but it works OK for me.
    SQL> CREATE USER USER3 IDENTIFIED BY USER3 PASSWORD EXPIRE;
    User created.
    SQL> GRANT CREATE SESSION TO USER3;
    Grant succeeded.
    SQL> CONNECT USER3/USER3
    ERROR:
    ORA-28001: the password has expired
    Changing password for USER3
    New password:
    Retype new password:
    Password changed
    Connected.
    SQL> CONNECT USER3/USER4
    Connected.
    SQL> show user
    USER is "USER3"
    SQL>

  • DS5.2p4 plugin to notify users of password expiration

    My problem:
    I'm testing per account password policies and most of our ldap client apps are brain dead and won't display the "password is about to expire" message.
    My Solution:
    I was thinking of writing a "preop bind" plugin to send an email to the user. But, the way page 120 reads of the plugin developers guide, I can't "intercept" the "password expiring" control, LDAP_CONTROL_PWEXPIRING.
    My other solution is to just write a script that does an ldapsearch for "passwordExpWarned != 0" and send an email notification. Call the script from cron and it's done.
    I'd like to do this as a plugin, but the more I look, the less elegant the solution would be.
    Any suggestions would be welcome.
    Thanks,
    Roger S.

    Check the following thread ..
    How to create an alert in Oracle Applications
    How to create an alert in Oracle Applications

  • I checked the box that says "warn me when closing multiple tabs" but it doesn't warn me at all

    I checked the box under Option > Tabs that says "Warn me when closing multiple tabs" but whenever I would accidentally close firefox with multiple tabs open, it doesn't warn me at all! It would just close everything. I have tried to check and uncheck it a lot of times but it still not working.

    You can reset the warn prefs on the about:config page via the right-click context menu.
    browser.tabs.warnOnClose , see http://kb.mozillazine.org/About%3Aconfig_entries
    browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
    browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
    In Firefox 3 you do not get the 'Save & Quit' pop-up dialog if you choose Tools > Options > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time".<br />
    If that option is selected then your pages will already be reopened the next time.<br />
    To get that pop-up dialog you have to select one of the other choices (Show my home page, Show a blank page).

  • "Warn me when closing multiple tabs" doesn't work

    Under Tools > Options > Tabs, "Warn me when closing multiple tabs" is selected. Also, in about:config, browser.tabs.warnOnClose is set to "true". I always have multiple tabs open. However, sometimes my hand slips or the mouse falls off the table and Firefox closes without any warning.

    I had this problem too a few monthes ago,
    sorry don't remember how I solved the problem...
    BUT a general TIP is that you sometimes should fully reinstall Firefox from the scratch.
    I mean save your bookmarks (json), have a list of your add-ons,
    preferably with their url too, and one for your plugins too, everything safe in a folder in your documents...
    And only then "shoot away" Firefox from your computer, profile included...
    make a full cleaning of everything belonging to Firefox.
    (with Glary utilitises, CC cleaner or any soft alike)
    Reinstall everything with the latest Firefox.exe !
    This especially if you're used to ( as I am) try new adds, make changes
    in about:config... and so on.
    I guess it comes because with the "normal way of updating", which I suppose is the case for most people, just to download the updates, Firefox, after a few monthes,
    starts to mess a little things around.
    And even "Speedyfox" nor defragmentation can't help that much...
    Personnaly, I don't like so much to do it, but like that, usually my Firefox works fast and well.
    Another solution is to use "FEBE" add-on...
    I wish this "general tip" will help some of you, or at least give some indications,
    on how you want to solve some Firefox problems :-)
    Note : depending on how many add-ons you have, this may take ~30minutes up to 3 hours (:-(), if you have never saved anything before (list from your adds).
    PS Me ? I save everything quiet often, because I once lost, years ago, everything concerning Firefox because I did a main mistake (lost all my bookmarks)... and told myself : Not Twice... :-)
    Happy Christmas ! :-)

  • Why DOESN'T Firefox VERSION 6.0.2 warn me when "You are about to close multiple tabs. Do you want to continue"? aka "Confirm Close".

    Hello. I have a Windows 7 HP Mini Netbook 32-bit. I just installed Firefox version 6.0.2 (the most updated one). Under
    Tools ---> Options ---> Tabs, "Warn me when closing multiple tabs" is checked. However, when I have multiple tabs open and I click on "X" (accidentally one time), it closed Firefox. No warning at all. I tested it again and again (checking the box, unchecking it, then checking it again), and it keeps closing all my tabs without warning.
    FYI...I also have a work laptop (Windows XP) and for some reason the "Confirm close" shows up when I try to close multiple tabs.
    Thank you.

    Firefox does not ask to save tabs and windows on exit
    * https://support.mozilla.com/en-US/kb/Firefox%20does%20not%20ask%20to%20save%20tabs%20and%20windows%20on%20exit
    Warning does not appear when closing multiple tabs
    * http://kb.mozillazine.org/Warning_does_not_appear_when_closing_multiple_tabs
    Check and tell if its working.

  • Firefox 21.0 doesn't warn when closing multiple tabs

    I have a Mac OS X, version 10.6.8. I'm using Firefox 21.0. I have the box checked to warn me when closing multiple tabs. It does not. Why? Is there anything I can do to make it work correctly? Any information I've been able to find on the internet is for other versions of Firefox and is of no help to me.

    PROBLEM: Windows FF 21.0 warns when closing multiple tabs when ONE occurance of FF is open, but NOT when mutlipe windows are open (then it only warns once I'm down to 1 window open).
    I would like a warning for ALL windows' multiple tabs. I know this is possible because that has always been the case until approx. the latest update.
    Oddly enough, the only thing close I found is a post from 2011 with the exact opposite problem: warning only when multiple windows are open, but not when 1 window is open.)
    SUMMARY attempts gleaned and compiled from the various posts (with no effect):
    - at General tab, "Show my home page" is selected ("Show my windows and tabs from last time" is NOT selected)
    -at Tabs tab, "Warn me when closing multiple tabs" is selected
    - at Privacy tab, "Use custom settings for history" is selected along with "Always use private browsing mode" (is selected); however, this has always been my setting, and I've always received warnings in multiple windows until recently
    - staring in Safe mode had no effect
    - my about:config boolean settings are appropriately set to true/false
    - I've tried restarting Firefox multiple times and restarting the computer; I have not re-installed FF nor restarted from fresh, wiping out all settings because I have so many customizations.
    Any other thoughts of what I might try?

  • If FF is set to "Never Remember History" and I try to close it with multiple tabs open, it doesn't warn me first. If it remembers history, it warns me about closing multiple tabs. I want that warning AND Don't Remember History back again!

    At work I set my PC to not remember history for privacy reasons.
    I always have many tabs open, and the warning about closing multiple tabs was a good thing - but now it only works if it remembers history!
    I have the "Warn me when closing...." box checked AND all of the lines in about:config regarding these warnings are set to true. I have tried turning it off and back on, restarted the PC.
    I discovered this yesterday with FF 3.something, tried updating to FF4.

    The "Use custom settings for history" selection allows to see the current history and cookie settings, but selecting this doesn't make any changes to history and cookie settings.
    Firefox shows "Use custom settings for history" as an indication that at least one of the history and cookie settings is not the default to make you aware that changes were made.
    If all History settings are default then the custom settings are hidden and you see "Firefox will: (Never) Remember History".
    "Never Remember History" means that Private Browsing is active and "Always use private browsing mode" gets a checkmark.
    You need to remove the checkmark on "Always use private browsing mode" to leave Private Browsing mode or chose the "Remember History" setting.
    *https://support.mozilla.org/kb/Private+Browsing

  • Firefox plays video, but no sound. when I type about:plugins in location bar, it shows the firefox default plugin is not enabled. When I look at my plugins, it says it is enabled. I have uninstalled 3.6 and re-installed with the same result.

    firefox plays video, but no sound. when I type about:plugins in location bar, it shows the firefox default plugin is not enabled. When I look at my plugins, it says it is enabled. I have uninstalled 3.6 and re-installed with the same result. Why do I have no sound. Computer plays I-tunes and all other sounds, just no web browser sounds.

    Glad you seem to have sorted things out.
    The warning about the warranty is light hearted, I think at one stage it warned "here be dragons" but also intended to make us think as it warns that making changes may produce problems.

  • Acrobat Pdf viewer Plugin Doesn't work Mozilla Products

    Mountain Lion (OSX.8.2)
    500 GB Hard Drive rought 200 GB left empty
    Intel i7 2.8 GHZ Processor
    8 GB System RAM.
    In Acrobat and Reader XI (and X as well) the PDF viewer Plugin does not work. In fact it doesn't does not even show up in the Addons > Plugins.
    There are three, only one appears:
    The Adobe PDFViewerNPAPI.plugin only shows up.
    When I try to open a PDF  in any Browser that use Mozilla's Gecko engine. Just see a Bright white Screen.
    I don't use Chrome or Safari on Principle. But have tested  and works fine.
    Other Browsers that use webkit works just fine.
    Since posting this to Plugins which no one has even read. (group appears non functioning) I decided to post here.
    Just to make make sure another Plugin is not interfering I removed all my Plugins and just installed the the three Plugins above. Same issue. According to addons > Plugins
    only the NPAPI plugin exist.
    I've posted a Bug report once again Like I have been doing on this problem since the switch from OSX.1 on Up for acrobat/Reader every new version that comes out.
    Maybe someone that knows what the problem is can let me know what to fix.

    Where are they advertising it? Perhaps there's more up to date information but I look in
    http://www.adobe.com/products/reader/tech-specs.html - maybe the problem is that I'm looking at Reader, not Acrobat?
    Adobe Reader XI / Tech specs
    Mac OS
    Intel® processor
    Mac OS X v10.6.4, v10.7.2, or v10.8
    1GB of RAM
    350MB of available hard-disk space
    1024x768 screen resolution
    Safari 5.1 for Mac OS X v10.6.8 or v10.7.2; Safari 5.2 for Mac OS X v10.8; Safari 6.0 for Mac OS X v10.7.4 or v10.8

Maybe you are looking for

  • Agent Desktop Issue

    I've been having some users get logged out of CAD for no reason.  Here is the jtapi log of when this happens.  Any ideas on what might be causing this??? 929: Dec 03 14:42:36.306 CST %JTAPI-PROTOCOL-7-UNK:(P7-10.130.0.12) received Response: com.cisco

  • Jconsole no longer works with Java 6.0, it did with 5.0

    Hello, We are having a very important issue. We have reproduced the situation in 10 out of 10 computers, all with the same result, even in fresh installations. Using jconsole, we are connecting to the following service (BEA weblogic 10): service:jmx:

  • Out of stock Sales Order Item to trigger a BDC to create a PO

    Dear ABAPers, I have a couple of questions: 1. In the sales order program code, how do you find out if an item being ordered is out of stock? Which tables and fields do you check? 2. when an item is determined to be out of stock,  we want to trigger

  • Cannot add WebEx info in CTS-MAN

    CTMS = 1.7 CTS-Man = 1.7 Webex  = 27 I am trying to integrate One Touch 1.0 and I am at the step wherein in CTS-Man, I have to add the WebEx information.  After filling out the fields and click Test(it has to pass test before it adds the WeBex as one

  • Output as: AIR package (is grey)

    Hello, I want to try exporting my project as an AIR package but the option to do so has been removed. How can I reenable it?