SCCM report to show last logged on user and the Active Directory department attribute of that user.

I need to create an SCCM report to show last logged on user on all machines and the Active Directory department attribute of that last logged on user.

You problem is here.
right
join v_R_User USR on USR.ResourceID
= CS.ResourceID
USR.ResourceID != CS.ResourceID, you need to map the username to the user logon to the PC. By using the user’s department information you will
end up with unreliable results.
Anyways you need to make these changes to your query.
left
join v_R_User USR on USR.Unique_User_Name0
= CS.UserName0
http://www.enhansoft.com/

Similar Messages

  • How to populate a sharepoint 2010 list from the active directory. How to populate a sharepoint 2010 list with all sharepoint user profiles

    How to populate a sharepoint 2010 from the active directory.
    I want a list of all the computers in the active directory,
    another one with all users.
    I want also to populate a sharepoint 2010 list from the sharepoint user profiles.
    Thanks
    sz

    While
    the contacts list is usually filled out for contacts that are outside the company, there are times when you would use a contacts list to store internal and external resources.  Wouldn’t it be nice if you didn’t have to re-type your internal contacts’
    information that are already in the system?  Now you can with a little InfoPath customization on the contacts list. 
    Here’s our plan:
    Create the contacts list, and open in InfoPath
    Create a data connection to the User Profile web service
    Customize the form adding some text, a people picker and a button
    Create InfoPath rules that will populate the contact fields from the user fields in the User Profile store
    Let’s get going!  Before we begin, make sure you have InfoPath 2010 installed locally on your computer.  I also want to give credit Laura
    Rogers and Darvish Shadravan’s book Using
    Microsoft InfoPath 2010 with Microsoft SharePoint 2010 Step by Step.  I know it looks like a lot of steps, but it’s easy once you get the hang of it.
    So obviously we need a contacts list.  If you don’t already have one, go to the SharePoint site where it will live, and create a contacts list.
    From the list, click the List tab on the ribbon, then click Customize form:
    So now we have our form open in InfoPath 2010.  Let’s add our elements to the form. 
    Above all the fields, let’s add some text instructing users what to do with the the field we’re about to add (.e.g To enter an existing user’s information, choose the user below).
    Insert a people picker control by clicking the Person/Group Picker control in the Controls section of the ribbon.  This will add a column to the contacts list called group.
    Below the people picker, insert a button control from the same section of the ribbon as above.  With the button still highlighted, click the Control Tools|Properties tab on the ribbon. 
    Then in the Label box, change the text to something more appropriate to our task (e.g. Click here to load user data!).
    You can drag the button control a little larger to account for the text.
    We should end up with something like this:
    Before we can populate the fields with user data, we need to create a connection to the User Profile Service.
    Add a data connection to the User Profile Service
    Click the Data tab on the ribbon, and click the option From Web Service, and From SOAP Web Service.
    For the location, enter the URL of your SharePoint site in the following format – http://<site url>/_vti_bin/UserProfileService.asmx?WSDL.  Click Next.
    Note - for the URL, it can be any SharePoint site URL, not just to the site where your list is.
    For the operation, choose GetUserProfileByName.  Click Next.
    Click Next on the next two screens.
    On the final screen, uncheck the box for “Automatically retrieve data when form is opened”. This is because we are going to retrieve the data when the button is clicked, also for performance reasons.
    Now we need to wire up the actions on our button to populate the fields with the information for the user in the people picker control.
    Tell the form to read the user from the people picker control
    Click the Home tab on the ribbon.
    Click the button control we created, and under the Rules section of the ribbon, click Manage Rules. Notice the pane appear on the far right.
    In the Rules pane, click New –> Action. Change the name to something like “Query and load user data”.
    Leave the condition to default (none – rule runs when button is clicked).
    Click the Add button next to “Run these actions:”, and choose “Set a field’s value”.
    For Field, click the button on the right to load the select a field dialog.  Click the Show advanced view on the bottom.  At the top, click the drop down and choose the GetUserProfileByName
    (Secondary) option.  Expand myFields and queryFields to the last option and highlightAccountName.  Click ok. 
    For Value, click the formula icon. On the formula screen, click the Insert Field or Group button. Again click the show advanced view link, but this time leave the data
    connection as Main. Expand dataFields, then mySharePointListItem_RW.  At the bottom you should see a folder called group (the people picker control we just added to the form).  Expand this, then pc:Person,
    and highlightAccountId.  Click Ok twice to get back to the Rules pane.
    If we didn’t do this and just queried the user profile service, it would load the data of the currently logged in user.  So we need to tell the form what user to load the data for.  We take the AccountID field from the people
    picker control and inject into the AccountName query field of the User Profile Service data connection. 
    Load the user profile service information for the chosen user
    Click the Add button next to “Run these actions:”, and choose Query for data.
    In the popup, for Data connection, click the one we created earlier – GetUserProfileByName and clickOk.
    We’re closing in on our goal.  Let’s see our progress.  We should see something like this:
    Now that we have the user’s data read into the form, we can populate the fields in the contact form.  The number of steps to complete will depend on how many fields you want to populate.  We need to add an action step for
    each field.  I’ll show you one example and then you will just repeat the steps for the other fields.  Let’s update the Job Title field.
    Populate the contact form fields with existing user’s data
    Click the Add button next to “Run these actions:”, and choose “Set a field’s value”.
    For Field, click the button on the right to load the select a field dialog.  Highlight the field Job Title.
    For Value, click the formula icon. On the formula screen, click the Insert Field or Group button.  Click the Show advanced view on the bottom. At the top, click the
    drop down and choose theGetUserProfileByName (Secondary) option.  Expand the fields all the way down until you see the Value field.  Highlight it but don’t click ok, but click the Filter
    Data button, then Add. 
    For the first dropdown that says Value, choose Select a field or group.   The value field will be highlighted, but click the field Name field
    under PropertyData.  Click Ok. 
    In the blank field after “is equal to”, click in the box and choose Type text.  Then type the text Title. 
    Click ok until you get back to the Manage Rules pane.  The last previous screen will look like this.
    We’re going to update common fields that are in the user’s profile, and likely from Active Directory.  You can update fields like first and last name, company, mobile and work phone number, etc.  For the other fields, the
    steps are the same except the Field you choose to update from the form, and the very last step where you enter the text will change.  Here’s what the rules look like when we’re done:
    We’re all done, good work!  You can preview the form and try it now.  Click Ctrl+Shift+B to preview the form.  Once you’re satisfied, you can publish the form back to the library.  Click File –> Quick
    Publish.  Once it’s done, you will get confirmation:
    Now open your form in SharePoint.  From the contact list, click Add new item.  Type in a name, and click the button and watch the magic happen!

  • Create a User account in active directory from SharePoint online 2013 list data

    Hello,
    I am trying to create a SharePoint list through which i can create a user account into active directory, 
    1 - HR is sending the detail in the email body to a Specific email address  ([email protected]) like below..
    First Name: XYZ
    Last Name: ABC
    Address: ABC 123
    Designation: Analyst
    Employee ID: 10492
    and so on 
    2 - I need to pickup every new email data of the above section into sharepoint list (in Column)
    First Name        Last Name       Address         Designation   Employee ID   
    3 - I want to create a event receiver through which i can go ahead and find the new data in the list and then create a user in the active directory,
    I tried very hard and since i dont have much experience in coding part,  any help will be highly appreciated
    Thank you 
    Aman 

    1- Configure Incoming Email Setting at your SharePoint Farm -
    https://technet.microsoft.com/en-us/library/cc262947.aspx
    http://blogs.technet.com/b/harmeetw/archive/2012/12/29/sharepoint-2013-configure-incoming-emails-with-exchange-server-2013.aspx
    2- Configure your Sharepoint List Incoming e-mail settings for [email protected] - ListSetting-Communications->Incoming e-mail settings. -
    https://support.office.com/en-in/article/Enable-and-configure-e-mail-support-for-a-list-or-library-dcaf44a0-1d9b-451a-84c7-6c52e7db908e
    3- Write an Incoming Email Receiver , and Add you Email Body Parsing Code (retrive value of fields , firstname , lastname etc) in
    EmailReceived() method. also add the code for adding new user in Active Directory
    http://blogs.msdn.com/b/tejasr/archive/2010/03/06/event-handler-code-to-add-incoming-emails-with-subject-discussion-id-as-replies.aspx
    https://pholpar.wordpress.com/2010/01/13/creating-a-simple-email-receiver-for-a-document-library/
    4-  Active Directory Code Help -
    http://www.codeproject.com/Articles/18102/Howto-Almost-Everything-In-Active-Directory-via-C
    http://www.codeproject.com/Tips/534718/Add-User-to-Active-Directory
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Hi am having issues with getting the list of users from the Active Director

    Hi am having issues with getting the list of users from the Active Directory, can anyone help me with this!

    Hi Jason,
    Try this:
    1.  In Ultiboard select Tools>>Netlist Editor>>Pins, press the Delete button
    2.  Select all nets in the Select the Net to Delete dialog and then press the Delete button.  This will clear all nets in the layout, don't worry all traces, parts are still on the design.
    3.  Go to Multisim and select Transfer>>Forward annotate to Ultiboard.    This will add all nets that you removed back and it should fix the pin problem
    Tien P.
    National Instruments

  • Problem opening reports with a user in the Oracle Directory.

    I have already followed all the steps in the user's guide to run reports with a user in the Oracle Directory.
    I accessed the enterprise security manager and created the mandatory xml publisher roles, besides I created another role. I added user A to the new role I created.
    I accessed then the administrator tab in XML publisher. I went to roles and the role I created was there. When I tried to add a folder. I'm able to add the folder there. I click on apply and then when I enter in the security Settings again the folder is not there anymore.
    I get the following error in the log:
    [021207_103218621][][EXCEPTION] oracle.apps.xdo.servlet.resources.ResourceNotFoundException: /opt/oracle/infra2/j2ee/home/xmlpublisher
    /Admin/Security/security.xml
    When I access xml publisher with the user A, who belongs to the new role I'm working with, I'm not able to see any folder, nor anything else.
    Do you have any ideas about what could be going wrong?
    Thanks,
    Joaquin

    Can you replay how? I have been facing this problem for nearly 3 months without any solution. Please help me.
    Debarati

  • User profiles from Active directory when loggedin then userdisplay, useredit shows blank white screen in SharePoint 2013

    User profiles from Active directory when loggedin then userdisplay, useredit shows blank white screen in SharePoint 2013 
    I can login with the these AD users and AD direct import is working just fine. We are not using UPS.
    With admin user when I click on the user it shows up proper data. But when I login with the same user it does not show me userdisplay/useredit and shows blank data. Also another strange thing is when I add new item in list with these AD users created by
    modified by is blank and its really strange. I checked user information list, tried to rerun user sync with direct AD import option but no success.
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    According to your description, my understanding is that the page is blank when the use accessed /_layouts/15/userdisp.aspx and the created by field was blank when the user created a new list item in SharePoint 2013.
    I tested the same scenario per your post, however I cannot reproduce your issue.
    For troubleshooting this issue, I recommend to verify the things below:
    Check the permission of the user in the corresponding site collection to see if he can access /_layouts/15/userdisp.aspx.
    Delete the user from AD and SharePoint, then re-add the user to AD and grant proper permission to the user in SharePoint to see if the issue still occurs.
    Did this issue occur with all the users? Add a new user in AD and test the same scenario.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Any standard report to show WBS,settlement, asset no and asset cost/value

    Hi All,
    Please advice . Is there any standard report to show WBS,settlement, asset no and asset cost/value ? I tried tcode kosrlist_pr but it does not show asset cost/value.. it shows only WBS,settlement and asset no.
    Thank you.
    Best Regards,
    Nies

    Dear,
    der is no such standard report to show WBS,settlement, asset no and asset cost/value as perv my knowlwdge. so do one thing select one standard report which is more similar to standard report to show WBS,settlement, asset no and asset cost/value but some of like asset no or asset cost or some other values not reflecting in that std report. den u take the Table name and field name of that particular fields which u wann reflect in the report. use the logic of STD TC of SAp which more similar to which u wanna preapre the New TC. tae help of Abaper. tell ur querry and content of ur report . he will definately do it
    if ur get my ans reward with points
    Regards
    Rakesh

  • Report bug in last firmware nokia 130 and 130 dual...

    report bug in last firmware nokia 130 and 130 dual sim rm-1037 and rm-1035.
    Bug is when you choose phone book and the phone freezes on the menu and after 1 minute menu works but the second attempt to open the phone book phone freezes again. problem is present in the last firmware. I hope that the problem will be eliminated in the next firmware.
    I tried also with Nokia Software Recovery Tool but without success, the phone still freezes when opening the phonebook.

    1. Country Bulgaria
    2. Try with three sim cards three different operators in Bulgaria, Mtel, Globul and Vivacom.
    3. 100% of the problem is not in the SIM card, the problem is a bug in the software of nokia 130 and 130 dual.

  • Logging into weblogic console using Active directory users?

    Hi,
    We developed a portal application using BEA 8.1 by getting users from embidded LDAP provided with the weblogic server.Now we need to access the users accounts stored in active directory.we configured new active directory authenticator and able to see the user and group names in the weblogic console. when we try to login to the console using one of the active directory user names, we are unable to login.
    I would be thankful if any one can help on this.
    Thanks & Regards
    Surendranath Reddy

    Hi Surendranath,
    I am trying to attempt the same task, but have been unsuccessful so far. If you have had any luck with this, please let me know.
    I can get MS AD to work just fine in the Security Provider and it works via the developers application, but I cannot login using the Active Directory users from the Admin Console.
    Thanks,
    Kevin.

  • Pre-populate adapter for setting the Active Directory OU for a user

    Hi All
    I created a pre-populate adapter that set the Active Directory OU for a user...
    In the end the status of the resource is still showing "provisioning"..
    It must be "Provsioned"..did I miss something ?
    The logs speak as below :-
    08:01:12,678 INFO [STDOUT] Running Create User
    08:01:12,678 INFO [STDOUT] Before appending Root Context:OU=Human Resources,
    08:01:12,678 INFO [STDOUT] tcUtilLDAPController.java : hierString : OU=Human Resources,dc=mydomain,dc=com
    08:01:13,553 ERROR [ACTIVEDIRECTORYCONTROLLER] Problem creating object: javax.naming.OperationNotSupportedException: [LD
    AP: error code 53 - 0000001F: SvcErr: DSID-031A0FC0, problem 5003 (WILL_NOT_PERFORM), data 0
    ]; remaining name 'cn=ASYMONDS'
    08:03:18,756 INFO [[xlWebApp]] action: LogonAction: User 'XELSYSADM' logged on in session 8116CBC0FA1481D06A207A1941B9
    E096
    08:22:31,256 ERROR [WEBAPP] Class/Method: ProvisionedResourcesForUserAction/confirmEnableSelection encounter some proble
    ms: No checkbox was checked.

    Just verify the OU value is correctly populated , first try doing the provisioning by manually giving OU and everything .
    Is it successful ?
    Then we can check if something wrong going with pre pop.
    Thanks
    Suren

  • Cisco ISE (Authentication failed: 24415 User authentication against Active Directory failed since user's account is locked out)

    Hi,
    I have a setup ISE 1.1.1. Users are getting authenticate against AD. Everything is working fine except some users report disconnection. I see in the ISE that (Authentication failed: 24415 User authentication against Active Directory failed since user's account is locked out). Users are using Windows 7 OS.
    Error is enclosed & here is the port configuration.
    Port Configuration.
    interface GigabitEthernet0/2
    switchport access vlan 120
    switchport mode access
    switchport voice vlan 121
    authentication event fail action next-method
    authentication event server dead action reinitialize vlan 120
    authentication event server alive action reinitialize
    authentication host-mode multi-auth
    authentication order mab dot1x
    authentication priority dot1x mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 60
    spanning-tree portfast
    ip dhcp snooping limit rate 30 interface GigabitEthernet0/2
    switchport access vlan 120
    switchport mode access
    switchport voice vlan 121
    authentication event fail action next-method
    authentication event server dead action reinitialize vlan 120
    authentication event server alive action reinitialize
    authentication host-mode multi-auth
    authentication order mab dot1x
    authentication priority dot1x mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 60
    spanning-tree portfast
    ip dhcp snooping limit rate 30
    Please help.

    The error message means that Active Directory server Reject the authentication attempt
    as for some reasons the user account got locked.I guess, You should ask your AD Team to check in the AD
    Event Logs why did the user account got locked.
    Under Even Viewers, You can find it out
    Regards
    Minakshi (Do rate the helpful posts)

  • Since a recent update to osx I have been unable to use Safari, when I open it a message comes saying that it has unexpectingly shut down. fire fox is working fine. I have tried in guest user and the same thing happens. Any ideas?

    Since a recent update to OSX (I have mountain Lion) I have been unable to use Safari. When trying to open it comes up with a message of unexpectidly shut down. Firefox is working ok. I have tried in guest user and the same message comes up, any ideas? Cheers

    Process:    
    Safari [1476]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    6.1 (8537.71)
    Build Info: 
    WebBrowser-7537071000000000~2
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [132]
    User ID:    
    501
    Date/Time:  
    2013-11-19 20:31:17.465 +0000
    OS Version: 
    Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:     
    12626 sec
    Crashes Since Last Report:      
    12
    Per-App Interval Since Last Report:  27 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                 
    1ECF4F21-7BDC-978F-5F71-A3FAC532B17E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    Process Model:
    Single Web Process
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.JavaScriptCore 
    0x000000010f2e22d3 JSC::Stringifier::Holder::appendNextProperty(JSC::Stringifier&, ***::StringBuilder&) + 2483
    1   com.apple.WebCore        
    0x000000010fd30764 WebCore::FontTranscoder::FontTranscoder() + 68
    2   com.apple.WebCore        
    0x000000010fd306fd WebCore::fontTranscoder() + 45
    3   com.apple.WebCore        
    0x000000010fd2ccf6 WebCore::Font::Font(WebCore::FontPlatformData const&, bool, WebCore::FontSmoothingMode) + 278
    4   com.apple.WebKit         
    0x000000010f65f585 -[NSString(WebKitExtras) _web_widthWithFont:] + 517
    5   com.apple.Safari.framework
    0x000000010ead8935 -[UnifiedField _securityPillSize] + 116
    6   com.apple.Safari.framework
    0x000000010eadd259 -[UnifiedField(Internal) _finishInitialization] + 2428
    7   com.apple.Safari.framework
    0x000000010ead6df9 -[UnifiedField initWithCoder:] + 64
    8   com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    9   com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    10  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    11  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    12  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    13  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    14  com.apple.Safari.framework
    0x000000010e90cc64 -[OneStepBookmarkingButton initWithCoder:] + 42
    15  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    16  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    17  com.apple.Foundation     
    0x00007fff8ad9f756 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
    18  com.apple.Foundation     
    0x00007fff8ad9fcc8 -[NSArray(NSArray) initWithCoder:] + 538
    19  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    20  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    21  com.apple.AppKit         
    0x00007fff8b39b601 -[NSView initWithCoder:] + 976
    22  com.apple.AppKit         
    0x00007fff8b3aaac6 -[NSCustomView initWithCoder:] + 601
    23  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    24  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    25  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    26  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    27  com.apple.AppKit         
    0x00007fff8b5ded30 -[NSSegmentedControl initWithCoder:] + 48
    28  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    29  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    30  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    31  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    32  com.apple.AppKit         
    0x00007fff8b5ded30 -[NSSegmentedControl initWithCoder:] + 48
    33  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    34  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    35  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    36  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    37  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    38  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    39  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    40  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    41  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    42  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    43  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    44  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    45  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    46  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    47  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    48  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    49  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    50  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    51  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    52  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    53  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    54  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    55  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    56  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    57  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    58  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    59  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    60  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    61  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    62  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    63  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    64  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    65  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    66  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    67  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    68  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    69  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    70  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    71  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    72  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    73  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    74  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    75  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    76  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    77  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    78  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    79  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    80  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    81  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    82  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    83  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    84  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    85  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    86  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    87  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    88  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    89  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    90  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    91  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    92  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    93  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    94  com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    95  com.apple.AppKit         
    0x00007fff8b39b680 -[NSView initWithCoder:] + 1103
    96  com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    97  com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    98  com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    99  com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    100 com.apple.Foundation     
    0x00007fff8ad9f756 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
    101 com.apple.Foundation     
    0x00007fff8ad9fcc8 -[NSArray(NSArray) initWithCoder:] + 538
    102 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    103 com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    104 com.apple.AppKit         
    0x00007fff8b39b601 -[NSView initWithCoder:] + 976
    105 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    106 com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    107 com.apple.AppKit         
    0x00007fff8b39cb35 -[NSResponder initWithCoder:] + 99
    108 com.apple.AppKit         
    0x00007fff8b39b294 -[NSView initWithCoder:] + 99
    109 com.apple.AppKit         
    0x00007fff8b39cecd -[NSControl initWithCoder:] + 50
    110 com.apple.AppKit         
    0x00007fff8b39cd73 -[NSButton initWithCoder:] + 42
    111 com.apple.AppKit         
    0x00007fff8b516b1c -[NSClassSwapper initWithCoder:] + 546
    112 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    113 com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    114 com.apple.AppKit         
    0x00007fff8b392914 -[NSNibConnector initWithCoder:] + 401
    115 com.apple.AppKit         
    0x00007fff8b392778 -[NSNibOutletConnector initWithCoder:] + 344
    116 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    117 com.apple.Foundation     
    0x00007fff8ad9f756 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
    118 com.apple.Foundation     
    0x00007fff8ad9fcc8 -[NSArray(NSArray) initWithCoder:] + 538
    119 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    120 com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    121 com.apple.AppKit         
    0x00007fff8b3919ea -[NSIBObjectData initWithCoder:] + 2025
    122 com.apple.Foundation     
    0x00007fff8ad9e979 _decodeObjectBinary + 2741
    123 com.apple.Foundation     
    0x00007fff8ad9dd24 _decodeObject + 226
    124 com.apple.AppKit         
    0x00007fff8b3910c3 loadNib + 227
    125 com.apple.AppKit         
    0x00007fff8b390649 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    126 com.apple.AppKit         
    0x00007fff8b39047e -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 200
    127 com.apple.AppKit         
    0x00007fff8b39025e +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 360
    128 com.apple.Safari.framework
    0x000000010eaa8b8b -[ToolbarController initWithBrowserWindowController:] + 107
    129 com.apple.Safari.framework
    0x000000010e8e198a -[BrowserWindowControllerMac windowDidLoad] + 739
    130 com.apple.AppKit         
    0x00007fff8b544f82 -[NSWindowController _windowDidLoad] + 448
    131 com.apple.Safari.framework
    0x000000010eb089ff -[WindowController _windowDidLoad] + 43
    132 com.apple.AppKit         
    0x00007fff8b5162da -[NSWindowController window] + 114
    133 com.apple.Safari.framework
    0x000000010e8e20b8 -[BrowserWindowControllerMac showWindow:] + 50
    134 com.apple.AppKit         
    0x00007fff8b2a11b6 -[NSDocument showWindows] + 103
    135 com.apple.Safari.framework
    0x000000010e8b0989 -[BrowserDocument showWindows] + 39
    136 com.apple.AppKit         
    0x00007fff8b29f36f -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 461
    137 com.apple.AppKit         
    0x00007fff8b29f15e -[NSDocumentController newDocument:] + 39
    138 com.apple.Safari.framework
    0x000000010e826fca -[AppController applicationOpenUntitledFile:] + 22
    139 com.apple.AppKit         
    0x00007fff8b3f7c34 -[NSApplication _doOpenUntitled] + 482
    140 com.apple.AppKit         
    0x00007fff8b3f76cf __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke_0 + 233
    141 com.apple.AppKit         
    0x00007fff8b7396c1 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_01437 + 143
    142 com.apple.AppKit         
    0x00007fff8b3f717b -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 760
    143 com.apple.AppKit         
    0x00007fff8b3f566e -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 298
    144 com.apple.AppKit         
    0x00007fff8b3f5445 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 553
    145 com.apple.AppKit         
    0x00007fff8b3f504c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
    146 com.apple.Foundation     
    0x00007fff8adb207b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
    147 com.apple.Foundation     
    0x00007fff8adb1edd _NSAppleEventManagerGenericHandler + 106
    148 com.apple.AE             
    0x00007fff83212078 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
    149 com.apple.AE             
    0x00007fff83211ed9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
    150 com.apple.AE             
    0x00007fff83211d99 aeProcessAppleEvent + 318
    151 com.apple.HIToolbox      
    0x00007fff8ccef709 AEProcessAppleEvent + 100
    152 com.apple.AppKit         
    0x00007fff8b3f1836 _DPSNextEvent + 1456
    153 com.apple.AppKit         
    0x00007fff8b3f0df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    154 com.apple.Safari.framework
    0x000000010e8794cf -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    155 com.apple.AppKit         
    0x00007fff8b3e81a3 -[NSApplication run] + 517
    156 com.apple.AppKit         
    0x00007fff8b38cbd6 NSApplicationMain + 869
    157 com.apple.Safari.framework
    0x000000010ea3c4fc SafariMain + 266
    158 libdyld.dylib            
    0x00007fff8925c7e1 start + 1
    Thread 1:
    0   libsystem_kernel.dylib   
    0x00007fff83a466d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff897f9f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff897f9ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff897e4191 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff83a46d16 kevent + 10
    1   libdispatch.dylib        
    0x00007fff8398ddea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib        
    0x00007fff8398d9ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff83a466d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff897f9f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff897f9ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff897e4191 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff83a466d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff897f9f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff897f9ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff897e4191 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff83a466d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff897f9f1c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff897f9ce3 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff897e4191 start_wqthread + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x00007fff83a44686 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff83a43c42 mach_msg + 70
    2   com.apple.CoreFoundation 
    0x00007fff8b0df233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation 
    0x00007fff8b0e4916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation 
    0x00007fff8b0e40e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation     
    0x00007fff8ad87546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation     
    0x00007fff8ade5562 __NSThread__main__ + 1345
    7   libsystem_c.dylib        
    0x00007fff897f7772 _pthread_start + 327
    8   libsystem_c.dylib        
    0x00007fff897e41a1 thread_start + 13
    Thread 7:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x00007fff83a460fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff897fbfb9 _pthread_cond_wait + 869
    2   com.apple.WebCore        
    0x000000010fd267ab WebCore::IconDatabase::syncThreadMainLoop() + 491
    3   com.apple.WebCore        
    0x000000010fd233bf WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore 
    0x000000010f1caa6f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib        
    0x00007fff897f7772 _pthread_start + 327
    6   libsystem_c.dylib        
    0x00007fff897e41a1 thread_start + 13
    Thread 8:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib   
    0x00007fff83a44686 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff83a43c42 mach_msg + 70
    2   com.apple.QuartzCore     
    0x00007fff88e7f17b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore     
    0x00007fff88f03dc6 thread_fun + 25
    4   libsystem_c.dylib        
    0x00007fff897f7772 _pthread_start + 327
    5   libsystem_c.dylib        
    0x00007fff897e41a1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x657571696e750000  rbx: 0x00000001119f86c8  rcx: 0x00007fff513dd110  rdx: 0x00007fff513dd110
      rdi: 0x00007fff513dd118  rsi: 0x00000001119fa2d0  rbp: 0x00007fff513dd150  rsp: 0x00007fff513dd108
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x000000010f5ac190  r11: 0x000000010f1cc680
      r12: 0x00007fff513dd400  r13: 0x0000000111a15dc0  r14: 0x00007fff513dd338  r15: 0x00000001119f70f8
      rip: 0x000000010f2e22d3  rfl: 0x0000000000010206  cr2: 0x000000010f2e2000
    Logical CPU: 1
    Binary Images:
    0x10e818000 -   
    0x10e818fff  com.apple.Safari (6.1 - 8537.71) <27A984C2-C6A5-3AA0-9989-C8E49C563F3D> /Applications/Safari.app/Contents/MacOS/Safari
    0x10e81d000 -   
    0x10edf2ff7  com.apple.Safari.framework (8537 - 8537.71) <A71311C1-2C05-317C-805A-C711818E4775> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
    0x10f1c1000 -   
    0x10f566fff  com.apple.JavaScriptCore (8537 - 8537.65) <76BB1553-D36C-32FB-94AB-F42C537D3F41> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
    0x10f65a000 -   
    0x10f7c3ff7  com.apple.WebKit (8537 - 8537.71) <CE89457F-C2CE-31A6-B0B7-EDFEB1EA2601> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
    0x10f8bc000 -   
    0x10fb33ff7  com.apple.WebKit2 (8537 - 8537.71) <24D7718C-3DC5-332C-8994-3EB980DE3B6A> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
    0x10fd1e000 -   
    0x110de3ff7  com.apple.WebCore (8537 - 8537.70) <7837A428-2455-32CC-9639-5CFCD84DD9E1> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
    0x7fff6e418000 -
    0x7fff6e44c93f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    0x7fff82a53000 -
    0x7fff82b5efff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff82b5f000 -
    0x7fff82c7ffff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff82edf000 -
    0x7fff8307afef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8307b000 -
    0x7fff83201fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff83209000 -
    0x7fff83268fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff83269000 -
    0x7fff83276ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff832dc000 -
    0x7fff8342efff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff83433000 -
    0x7fff83435fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff83448000 -
    0x7fff834b0ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff835cc000 -
    0x7fff837ccfff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff83803000 -
    0x7fff838a1ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff838a2000 -
    0x7fff838c4ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff838c5000 -
    0x7fff838c5fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff838c6000 -
    0x7fff838d5ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff83909000 -
    0x7fff83977ff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff83978000 -
    0x7fff83984fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff83985000 -
    0x7fff83988fff  libRadiance.dylib (851) <C317B2C7-CA3A-329F-B6DC-7CC33FE08C81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff83989000 -
    0x7fff8399eff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff8399f000 -
    0x7fff839bcff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff839bd000 -
    0x7fff83a13fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff83a14000 -
    0x7fff83a33ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff83a34000 -
    0x7fff83a4fff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff83a52000 -
    0x7fff83a52ffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff83a9a000 -
    0x7fff83a9cfff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff83b08000 -
    0x7fff83b08fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff83b97000 -
    0x7fff83be6ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83d85000 -
    0x7fff83d9cfff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff83e26000 -
    0x7fff83e80fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff83ec9000 -
    0x7fff83ecefff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff83f0b000 -
    0x7fff83f4eff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff84640000 -
    0x7fff84644fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff84645000 -
    0x7fff846adfff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff84809000 -
    0x7fff84841fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
    0x7fff84c44000 -
    0x7fff84c5afff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff84c5b000 -
    0x7fff84c5dfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff84df8000 -
    0x7fff84e49ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff84e4a000 -
    0x7fff84e58fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff84e59000 -
    0x7fff84e5bff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff84e5c000 -
    0x7fff8512dff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8512e000 -
    0x7fff8516dff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff85173000 -
    0x7fff85181ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff85182000 -
    0x7fff851e5fff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff851e6000 -
    0x7fff85206fff  libPng.dylib (851) <3466F35C-EC1A-3D1A-80DC-175857FA19D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff85207000 -
    0x7fff85208ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff85209000 -
    0x7fff85212ff7  com.apple.CommerceCore (1.0 - 26.2) <AF35874A-6FA7-328E-BE30-8BBEF0B741A8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff85213000 -
    0x7fff85292ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff85293000 -
    0x7fff852edff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff852ee000 -
    0x7fff852efff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff8544f000 -
    0x7fff8549efff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff85509000 -
    0x7fff8550dfff  libGIF.dylib (851) <AD40D084-6E34-38CD-967D-705F94B188DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8557c000 -
    0x7fff85617fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff85e5f000 -
    0x7fff85e66fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff85eaa000 -
    0x7fff85ef4ff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff85ef5000 -
    0x7fff85ef5fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff85ef6000 -
    0x7fff85f01ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x7fff85f2b000 -
    0x7fff85fdcfff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff85fdd000 -
    0x7fff85fe3fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff85fe4000 -
    0x7fff85feafff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff85feb000 -
    0x7fff85fecfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff86107000 -
    0x7fff86131ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff86132000 -
    0x7fff8615eff7  libRIP.A.dylib (333.1) <CC2A33EB-409C-3C4D-97D4-41F4A080F874> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8615f000 -
    0x7fff86231ff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff86232000 -
    0x7fff86254ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
    0x7fff86255000 -
    0x7fff8628fff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff86290000 -
    0x7fff862b7ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff862b8000 -
    0x7fff862c4fff  libCSync.A.dylib (333.1) <319D3E83-8086-3990-8773-872F2E7C6EB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8657f000 -
    0x7fff86587fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff86588000 -
    0x7fff86596ff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
    0x7fff86733000 -
    0x7fff868a8ff7  com.apple.CFNetwork (596.5 - 596.5) <22372475-6EF4-3A04-83FC-C061FE4717B3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff868a9000 -
    0x7fff868a9fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff87885000 -
    0x7fff8788fff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
    0x7fff87890000 -
    0x7fff879a9fff  com.apple.ImageIO.framework (3.2.2 - 851) <6552C673-9F29-3B31-A12E-C4391A950965> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff879aa000 -
    0x7fff879abfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff879ac000 -
    0x7fff879adfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff879ae000 -
    0x7fff87a6bff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff87a6c000 -
    0x7fff87a98fff  com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff87a99000 -
    0x7fff87ac7ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff87b25000 -
    0x7fff87beaff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff87beb000 -
    0x7fff87c6dff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff88574000 -
    0x7fff8857ffff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff88580000 -
    0x7fff88584fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff88a8d000 -
    0x7fff88a8dfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff88ac9000 -
    0x7fff88ad6fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff88d5d000 -
    0x7fff88db4ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff88dc2000 -
    0x7fff88f70fff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff88f71000 -
    0x7fff88f77ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff88f84000 -
    0x7fff88fd3ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff890e6000 -
    0x7fff890f1ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff890f2000 -
    0x7fff890f4fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff890f5000 -
    0x7fff89123fff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff89124000 -
    0x7fff89124fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff89125000 -
    0x7fff89159fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8915a000 -
    0x7fff8915efff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8915f000 -
    0x7fff89239fff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8923a000 -
    0x7fff89259ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff8925a000 -
    0x7fff8925dff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff897a5000 -
    0x7fff897e2fef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff897e3000 -
    0x7fff898afff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
    0x7fff898b0000 -
    0x7fff89b1dfff  com.apple.RawCamera.bundle (4.07 - 697) <1588CEC6-012E-30E5-BF38-5BBDABB2F48F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff89bb8000 -
    0x7fff89fd5fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff89fd6000 -
    0x7fff89fe1fff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8a150000 -
    0x7fff8a3f4ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff8a3f5000 -
    0x7fff8a3f8fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff8a3f9000 -
    0x7fff8a4fbfff  libJP2.dylib (851) <26FFBDBF-9CCE-33D7-A45B-0A31C98DA37E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8a4fc000 -
    0x7fff8a538fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8a539000 -
    0x7fff8a53aff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
    0x7fff8a53b000 -
    0x7fff8a57ffff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
    0x7fff8a58c000 -
    0x7fff8a591fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirec

  • Query to extract users and the applications they have accessed?

    I have been requested to list users and the external applications they have accessed (if they have that is!)
    I produced a list to show they had logged on using the object orasso.wwsso_audit_log_table$
    and I extracted the the applications they had access to using the objects orasso.wwsso_application_info_t and orasso.WWSSO_APPUSERINFO_T
    But what I need to find is whether the users have access the applications listed in.
    I have looked at alot of objects but nothing seems to spring out at me.
    Please can anyone help?
    Thank you
    Sue

    Hi Manoj,
    It is not possible in SAPB1.
    Try to Export to Excel File.
    check the thread,
    Re: Authorisations List
    Regards,
    Madhan.

  • Crystal Reports and Windows Active Directory

    Hi,
    I am trying to authenticate using the Windows Active Directory. I have created a test group in the Active directory and added myself as a member to that group. On the Crystal reports server side, I have enabled the Windows Active Directory. I can see the group that I created on the Active Directory. But I do not see any users. I have a Java infoview and I changed the web.xml file. I changed the authentication parameter to secWinAD. But does anyone know how to restart the web application server? I restarted the service Intelligent Agent. But when I login using my user id and password it still gives me the same error:
    Account Information Not Recognized: Enterprise authentication could not log you on. Please make sure your logon information is correct. (FWB 00008)
    Any help will be appreciated.
    Thanks.

    Infoview doesn't even need to be restarted.
    You said "I have a Java infoview and I changed the web.xml file" in your original post
    If you have .net IIS then it would be a web.config file that needs to be changed. IIS will pick up the changes as soon as you save the file and open an infoview logon page. you may also opt to set authentication.visible to true so users will have the ability to select AD when logging in.
    Regards,
    Tim

  • How do I create Local Network Home Folders for Users from an Active Directory binding?

    My situation is this... I run an iMac lab at my school.  I have a server set up to manage the network user accounts in the lab.  Currently, I can sucessfully create Local Network Users and log in to them from any of the iMacs.  My school has an Active Directory set up for all the students on campus.  What I'd like to be able to do is configure the server to allow the students to use their user names and passwords from their school accounts to log in to the iMacs and have it automatically build a network user folder on the server for them to use during the lab. 
    So far, I have been able to configure access for the Active Directory accounts to use the services on the server, mainly File Sharing, but I cannot figure out how to allow them to log into a user account on the client's machines using their same Active Directory credentials.  I have even attempted to allow the user accounts to create mobile accounts, but that's not working out either.  Entering indivual network user accounts into the server for every student every semester will be a nightmare.  I'm sure there's a way to do it automatically using the exisitng Active Directory structure.
    The live server is running 10.8.5 Server still, but I've also got a clone running OS X Server in case it matters.  Please help!

    ok reinstalled everything dns seems to be working have done sudo changeip -checkhostname and it says that both names match but then i started open directory and can't seem to get Kerberos started, i've tried changing it to stand alone then back again but it does nothing. I'm wondering why this would happen? i've tried adding a kerberos record but it doesn't do it just does nothing so i don't know what i'm doing wrong. I wondered if it might be a problem with the two network cards and dns as on ethernet one it is getting the dns name xserve.xxxx.ac.uk (which matches what the college server wants to call us) but on ethernet 2 gets xserve-2.local because it tells me that it already exists on ethernet one and renames it to this. I need to set up NAT so have ethernet coming in on port one and out again on port two. I wonder if my dns is backwards as its got the 192. address the NAT uses but its linked to the ethernet port one dns maybe this is the problem. would this cause open directory not to start kerberos?

Maybe you are looking for