Changing a mobile users password has no effect

Hi!
Changing a mobile account users password on the server doesn't work. On a 10.7.4 server I changed a network user's password, who has a mobile account and was connected to the local network, but he could not log in with either the old or the new password?!?!? I could understand if the change didn't work if the user was off site, but shouldn't this "just work"? I tried both in Server.app and WGM, but still not working. When setting the old password on the server again, it worked!
Anyone else had this problem? Any solutions. It has happened to 2 users, same story. Clients are 10.6.8 clients.

Ok, I found out what's wrong.
To "pan" an image you have to change bounds origin of PARENT view.
- (void)applicationDidFinishLaunching:(UIApplication *)application {
CGRect viewRect = CGRectMake(50, 50, 100, 100);
UIView* myView = [self createView:viewRect withColor:[UIColor redColor]];
UIView* childView = [self createView:CGRectMake(0, 0, 50, 50) withColor:[UIColor blueColor]];
[myView addSubview:childView];
[window addSubview:myView];
myView.clipsToBounds=TRUE;
myView.bounds=CGRectMake(45, 45, 100, 100);
[myView release];
[childView release];
[window makeKeyAndVisible];
-(UIView*) createView:(CGRect)viewRect withColor:(UIColor*)color
UIView* myView = [[UIView alloc] initWithFrame:viewRect];
myView.backgroundColor=color;
return myView;
}

Similar Messages

  • Changing bounds origin of UIView has no effect

    I try to pan/scroll a big image(500x500) in a small frame (200,200) like in Google Maps. Changing bounds origin of UIImageView has no effect. The same part of image is displayed by the view.
    IBOutlet UIImageView *image;
    -(void)touchesEnded:(NSSet*)touches withEvent:(UIEvent*)event
    CGRect bounds=[image bounds];
    bounds.origin.x=bounds.origin.x+10;
    bounds.origin.y=bounds.origin.y+10;
    [image setBounds:bounds];
    Does anyone have any idea what is wrong?

    Ok, I found out what's wrong.
    To "pan" an image you have to change bounds origin of PARENT view.
    - (void)applicationDidFinishLaunching:(UIApplication *)application {
    CGRect viewRect = CGRectMake(50, 50, 100, 100);
    UIView* myView = [self createView:viewRect withColor:[UIColor redColor]];
    UIView* childView = [self createView:CGRectMake(0, 0, 50, 50) withColor:[UIColor blueColor]];
    [myView addSubview:childView];
    [window addSubview:myView];
    myView.clipsToBounds=TRUE;
    myView.bounds=CGRectMake(45, 45, 100, 100);
    [myView release];
    [childView release];
    [window makeKeyAndVisible];
    -(UIView*) createView:(CGRect)viewRect withColor:(UIColor*)color
    UIView* myView = [[UIView alloc] initWithFrame:viewRect];
    myView.backgroundColor=color;
    return myView;
    }

  • LDAP Mobile Users & Password (not) Syncing

    Hi folks, we are starting to enable LDAP for our notebook users and have one issue that hopefully someone has some advice on.
    We're using a Linux based LDAP server, 389 Directory Server.
    Our users can authenticate, login, we make them admins, and enable the mobile user account.
    It works well until they change their password on LDAP via our web interface.
    Their new password works for Lion so long as they are on our network.  Once they take their notebook away and can't reach our ldap anymore, the mobile user account will only accept their original ldap password.
    It seems as if the passwords are not being synced/cached locally.  I just discovered this before coming home for the weekend and hope to have a few hints to get going on Monday if anyone has a suggestion.
    One last thought is that we turn off Home Directory Sync because we're not using network based home directories yet (set it to manual in Mobile Accounts). Would that also disable password syncing except when a manual sync happens?
    Thanks folks!

    Hi Steve.
    We have mobile accounts turned on, but we do not have home directory synching. Faculty/Staff, must at least once, login with their mac while on our campus network. This authenticates the faculty/staff against our LDAP server (Solaris) and "caches" their credentials using the Mobile user feature of Lion. Once they login in once the can then go off campus and use that password to log into their machine, do updates, whatever.
    The issue we have is when someone changes their LDAP password from our "web account tools" page it is spotty on the LDAP Snyc with the machine.
    Hope that helps
    -DK

  • Scheduled Report Fails To Run If User Password Has Expired

    Why can't a report, that has been scheduled for a user whose password has expired, continue to run and go to its predefined destinations?
    A user doesn't know until he/she attempts to log in that there is a password expiration issue.  They may have scheduled the report to go to a  multitude of inboxes, but if their password has expired, the report doesn't run.
    I can understand "some" issues with the necessity to stop the report until credentials are updated correctly.  However, Business Objects doesn't notify a user until it has expired, thus making it too late for those expecting something in their inbox.
    Is there any method of notifying users that their password is going to be expiring soon, in advance?  In other words, is there any "proactive" feature within Business Objects for notifying the user of an upcoming need to change their password?
    HepMe

    There is nothing built in to BusinessObjects for this, but there may be third-party tools available or you can write code that would do this.
    In Query Builder, run this query:
    Select SI_ID, SI_Name, SI_LAST_PASSWORD_CHANGE_TIME, SI_UPDATE_TS, SI_LASTLOGONTIME
    from CI_SYSTEMOBJECTS where SI_Kind = 'User' and SI_NAME != 'Administrator' and SI_NAME != 'Guest' and SI_PASSWORDEXPIRE = 1
    order by SI_LAST_PASSWORD_CHANGE_TIME desc, SI_UPDATE_TS desc
    Users who are new and haven't yet changed their password will not have a value for SI_LAST_PASSWORD_CHANGE_TIME, so you can use SI_UPDATE_TS to determine when they were created.
    You could build an application that uses this query to determine who is getting close to password expiration and send out an email reminding those users to change their passwords.
    -Dell

  • Cisco ACS 5.4 + Anyconnect 3.1 NAM with 802.1x, problem with changing ACS Radius user password

    Dear all,
    Presently, we are testing 802.1x using Cisco ACS 5.4 and Cisco Anyconnect v3.1 as 802.1x supplicant. We have created predefined NAM profiles (with Cisco Profile Editor) and applied as default in on our test machine. We are using PEAP (MsCHAPv2) and ACS local user credentials for authenticating process. We have noticed that, when we try to authenticate the network with predefined profile (network profile has Administrator Network privileges) and Windows user on test machine has no Admin privileges we are not able to change ACS user password (checked "Change password on next login" in the ACS user profile). In the Monitoring and Report View we get Failure Reason "24203 User need to change password"  but no popup window apears in Anyconnect. When we change Windows local user privileges to Admin or create Anyconnect network profile localy (privileges User Network) then, we are able to finish the process.
    Have you ever been facing the problem described above. Is it Anyconnect bug? How can we fix it?
    Best regards,
    Piotr

    If this happens with all machines then if a microsoft guy can look the app logs/privileges. It seems the app is requesting privilege that it is not authorized to and that's why the propmt window fails to appear. If we know what that privilege is we can probably fix it. If that privilege is not even required for smooth work Cisco need probably to fix this behavior.
    I am sorry if I am not able to help but I am not using the anyconnect for production.
    Regards,
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • Change of Min Pool Size has no effect?

    Hi, we are still using odp 9.2.0.4 on windows server 2003 webserver and oracle database 9i on Sun solaris. Recently we discovered a problem using Min Pool Size = 1, it seems that if new connections are required we sometimes get a connection timeout. So we decided to set Min Pool Size = 30, and on the testserver this works fine. In the odp tracefile (tracelevel=2) you see the 30 connections building up immediately. But on the production server we see no difference, it looks like the (new installed, application pool reset) application still uses the Min Pool Size = 1 setting.
    The connection string is build up in application code. On the testserver it was sufficient to stop and start the website and its application pool, on the production server this has no effect.
    Does anyone have an idea what the problem is??? We also tried restarting the IIS server, that did not help either. In production there are more applications using ODP.
    Regards, Paul.

    What problem are you trying to solve at this point? Simply "why is odp not tracing?" The only suggestions I really have there are
    1) make sure you restart the app after enabling tracing parameters
    2) make sure the directory you've set tracing to is open as far as permissions
    3) make sure you've set tracing in the right registry setting if you have multiple versions of ODP installed
    4) if you're trying to write to c:\ root, try creating and pointing to a different (c:\odptrace for example) directory instead.
    Hope it helps,
    Greg

  • How do setup an alert when a users password has expirying

    I am using Outlook 2013 via Corporate Office365 and I want to setup an alert via my Active Directory to send an email alert that users password is expirying

    You may also download the PS script from technet gallery available at : http://gallery.technet.microsoft.com/Password-Expiry-Email-177c3e27
    The script will query AD for the MaxPasswordAge value, and add that to a users last password set date, giving the expiry date. If
    the date is less than your Expire-In-Days variable, an email will be sent to user in the event that their password is due to expire in X number of days.
    To manage this task automatically, you can have a look at Lepide password expiration reminder(http://www.lepide.com/user-password-expiration-reminder/)
    that comes with the same enabled features. It remind the users when their password is about to expire by sending customized email notification based upon pre-defined date range. 

  • Changing formsettings via UI-Api has no effect

    Hy Everyone!
    I try to modify the FormSettings via the UI-Api. (show and hide Columns in a matrix)
    The Collumns are still visible also if i set all -> VisibleInForm = tNo.
    The only way to see an effect was to close and restart SBO, then open the form again.
    Does anybody knows a way to change the FormSettings so that i can open a certain
    Form without closing SBO first and have all the collumns visible or invisible?
    Here is my code, it only works with close and reopen SBO....
        Dim oCmpSrv As SAPbobsCOM.CompanyService
        Dim oFormPreferencesService As FormPreferencesService
        Dim oColsPreferences As ColumnsPreferences
        Dim oColPreferencesParams As ColumnsPreferencesParams
        Dim oColsPreferencesXmlFile As ColumnsPreferences
        Dim i As Integer
        'get company service
        Set oCmpSrv = oSBC.oDICompany.GetCompanyService
        'get Form Preferences Service
        Set oFormPreferencesService = oCmpSrv.GetBusinessService(ServiceTypes.FormPreferencesService)
        'get Columns Preferences Params
        Set oColPreferencesParams = oFormPreferencesService.GetDataInterface(FormPreferencesServiceDataInterfaces.fpsdiColumnsPreferencesParams)
        'set the form id (e.g. A/R invoice=133)
        oColPreferencesParams.FormID = "149"
        'set the user id (e.g manager= 1)
        oColPreferencesParams.User = oSBC.oDICompany.UserSignature
        'get the Columns Preferences according to the formId & user id
        Set oColsPreferences = oFormPreferencesService.GetColumnsPreferences(oColPreferencesParams)
        'change the width of all the visible items
        For i = 0 To oColsPreferences.Count - 1
            'check if the item is visible
            'If oColsPreferences.Item(i).VisibleInForm = BoYesNoEnum.tYES Then
                'set the width of the item
                oColsPreferences.Item(i).VisibleInForm = tYES
                oColsPreferences.Item(i).VisibleInExpanded = tYES
                oColsPreferences.Item(i).EditableInForm = tYES
                'oColsPreferences.Item(i).Width = 150
            'End If
        Next
        oFormPreferencesService.UpdateColumnsPreferences oColPreferencesParams, oColsPreferences

    Hi Andreas,
    This behavior is "by design":
    The preferences are loaded during B1 start - and cached until it is closed...
    Sorry,
    Frank

  • Changing SAP System User password

    Due to recent security concerns we want to change <ora>sid & <sid>adm passwords. SAP is running with AIX OS.
    Is there any SAP tool/script to change it or we can simply change it at OS level and be done with it?

    Hi Amit,
    OS level  goto Computer Management -> Local Users and groups -> check for the user <sid>adm,and also for the group ora_<sid> the same way u can do with AIX OS
    regards,
    S.Rajeshkumar

  • How can i change my macbook user password without knowing it

    Apparently I have my settings to where i do not need a password to log in. Since changing my password a year ago, I have forgotten in. I can still log on, however i can't make any changes or download any software changes without that password. Thanks

    Resetting or changing a password:
    Mac OS X 10.7 or newer, restart with the Command and R keys held down, open the Terminal, and use the resetpassword command:
    https://discussions.apple.com/docs/DOC-4101

  • Command Line to change all the users passwords

    Hello there,
    I run Tiger Server. I want to change the password for 300 students from the command line to 1234 as a password for all the students. Is there any easy way to change all the password at once.
    Thanks,

    I changed it from WM. No terminal.

  • Changing default interface font size has no effect

    Just setup my shiny new iMac with 5K retina display.  Images in Lightroom, of course, look stunning on the display. Problem is that all the interface elements are now displayed at a very small size.  I've tried setting the font size in Preferences/Interface to "Large", but nothing changes.  Any suggestions?  With the increasing use of 4K and now 5K displays, I'd think being able to set a more easily readable font size for the interface elements (while still displaying images in all they retina-resolution goodness) would be an important option to have.  Thanks.,

    Lightroom 5 the font sizes changed to Small, Medium, Large 150% and Largest 200%  (the last one is what you want for QHD displays.)
    LR4 only had 3 font size choices (Auto,Small and Large) and does not support QHD/4K displays.

  • Procedure/package to change user password through plsql gateway

    I'm not sure is this the right place to ask, but I don't know anywhere better.
    I'm using Oracle 817 with the apache that bundled. I use the plsql gateway (mod_plsql). I want to create a page for user to change their password, however, I don't know how to verify the existing password of the user before changing to a new password. Also, how can I change the password, is there a standard procedure to do that?
    One more question, when I key in the following:
    http://myhost/pls/my_dad/my_schema.my_procedure
    the web server return a page with lots of cgi environment (assuming the my_procedure doesn't exist), how can I customise this page?
    thx.

    To ensure security of the Oracle database system and prevent unauthorized access to the Oracle database, it’s important for Oracle users to not only using strong and long Oracle passwords to avoid brute force or dictionary attacks, but also to change the Oracle user password regularly. Oracle users also have to change the password when the password has or going to expire, if database system administrator implements and enforces strict password control with PASSWORD_LIFE_TIME option for user profiles which limits the number of days the password can be used for authentication to login to the system.
    To change the Oracle password, users can use SQL*Plus or Oracle SQL and PL/SQL language interface administration tool such as Toad for Oracle. No matter what SQL apps you use, the commands and SQL query languages used to change the password are similar.
    There are two SQL command syntaxes that can be used to change Oracle database user password:
    ALTER USER user_name IDENTIFIED BY new_password;or (from Oracle8 and above):
    PASSWORD
    For above SQL query, if you need to change another user’s password, use the following command:
    PASSWORD user_name
    For PASSWORD command, after you press Enter, you will be prompted to input the old password and new password interactively. For example:
    SQL> password
    Changing password for DAVID
    Old password:
    New password:
    Retype new password: Note: You need to have enough privileges to change other Oracle user’s password.
    As the variable in italic implied by name, user_name is the user whose password wishes to be changed, and new_password is the new password to assign.
    As ALTER USER SQL syntax will send the new password to the Oracle database server unencrypted if use without Advanced Security Option, and thus expose to security risk, Oracle users should always use the PASSWORD command to change the Oracle user password.

  • Service not up after changing OS user password

    Dear all,
    11.1.0.7 on windows server 2003
    We have installed 11.1.0.7 on windows 2003 .DB user is authenciated at the os level.we changed the domain user password and db is not coming up now ?
    what could be the reason ?
    Kai

    KaiS wrote:
    Dear all,
    11.1.0.7 on windows server 2003
    We have installed 11.1.0.7 on windows 2003 .DB user is authenciated at the os level.we changed the domain user password and db is not coming up now ?
    what could be the reason ?
    KaiDid you try to look at the error being reported during startup cmmand or in alert log?
    Regards

  • Importing Security Through shared services caused admin user password chang

    Hi,
    I exported shared services from shared services url from one environment and imported into another environment. This changed the admin user password where I imported.
    Details:-
    I went to shared services of one environment say dev and to -> Applications Groups -> Foundation -> shared services and exported it. Took its export and imported into test environment.
    Now what it did it changed the user password of the target with the source one. However I did remove the internal ID of all files in it.
    Can anyone please help ? How to get the password of it back? I do not have back up of shared services of test environment.
    Version 11.1.2.1
    Thanks a lot in advance!!!!!!!!!!!!!!!!!!!!

    I was hoping you had a strategy in place, it is basically restoring the shared services relational database from a backup, stop the epm related services first.
    It may be even possible to correct your LCM file and set the admin to the way it should be but I am not sure what state the provisioning is in so couldnt guarantee it would work.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • IPhone calendar jumps to March when opened

    When I open calendar on my iphone5 in iOS 7, the calendar jumps to march of this year when I view the week. I have to push "today" to bring it back to the present.

  • I cant read PDF files on my blackberry curve 8520.

    I cant read PDF files on my blackberry curve 8520. Its not working, please help.

  • Create cl_crm_bol_entity and commit doesn't work!

    When i select a row in my first tableview the my second tableview will be filled. In my second tableview i have a insert button to insert an extra record in the tableview. I redefined the EH_ONINSERT event with the following code: DATA: lr_wrapper  

  • Convert No Object Table to UDO

    Hi, I have a No Object Table which already has alot of data, i need to convert this into a UDO so i can manage it better. How can i go about doing this?

  • How to deactivate the project lock functionality

    I am trying configuration from solution manager to development syatem. After performing the nessary configuration and saving it in a change request it give a message "Create an RFC connection to the Solution Manager system, or deactivate the project