Join Open Directory from Windows xp

Hello,
I made Open Directory on Mac OS X Server and Mac users successfully joined my domain, no I need to configure my windows xp users to join the domain too, can anybody provide me how to do this.

I have done what you said exactly, I added SMB service with Server Admin and on settings I chose it as Primary Domain Controller (PDC) - Computer Name (Server) - Domain (Server.com) then I moved to Windows XP to join it, I did not change the DNS Server because it's allocated on another windows server. I did the following: Domain (server.com) and it asks for the administrator username & password and I am asking which administrator account to be used the Local Administrator of the server or the Directory Administrator?

Similar Messages

  • Creating User Acct's in Open Directory from External Source

    Hello,
    I am trying to find a way to automate the creation of user accounts in OpenDirectory. I have a MS SQL database that has the usernames and passwords in it now, and I'm looking to export those out of there and have an automatic way to create matching accounts in the OpenDirectory service on OSX Server.
    Gary

    It's unfortunate that there's no better way to do this. We're using ssh with a pre-shared key to our Open Directory server to run a script which runs dsimport to create the accounts on the Open Directory.
    This works fine for importing/creating accounts, but it doesn't help us change passwords that we are pushing down to Open Directory from our metadirectory solution.
    Here's the python we use to generate the dsimport entries:
    dsimport_base = '0x0A 0x5C 0x3A 0x2C dsRecTypeStandard:Users 11 dsAttrTypeStandard:RecordName dsAttrTypeStandard:GeneratedUID dsAttrTypeStandard:AuthMethod dsAttrTypeStandard:Password dsAttrTypeStandard:UniqueID dsAttrTypeStan\
    dard:PrimaryGroupID dsAttrTypeStandard:RealName dsAttrTypeStandard:UserShell dsAttrTypeStandard:HomeDirectory dsAttrTypeStandard:EMailAddress dsAttrTypeNative:postOfficeBox'
    dsimport_entry = '%s:%s:dsAuthMethodStandard\\:dsAuthClearText:%s:%s:%s:%s:%s:%s:%s:Ganymede managed [%s]'
    params = (obj.Username,
    obj.Global_UID,
    obj.Password.plaintext,
    obj.UID,
    self.getPrimaryGID(obj),
    obj.Full_Name,
    obj.Login_Shell,
    '/Users/' + obj.Username,
    obj.Username + '@arlut.utexas.edu',
    obj._oid)
    new_entry = dsimport_base + '\n' + dsimport_entry % tuple([str(value).replace(':', '\\:') for value in params]) + '\n' # not handling signature aliases yet
    and here's the Perl that is run on the far end of the ssh pipeline which
    reads the list of 'new_entry' lines generated by our Python:
    #!/usr/bin/perl
    # This script receives files on STDIN and runs dsimport on them.
    # Jonathan Abbey
    # 22 October 2009
    use File::Temp qw/ tempfile tempdir /;
    $adminuser = 'diradmin';
    $adminpass = 'seekret';
    ($fh, $filename) = tempfile();
    @users = ();
    while () {
    if (/^([^0][^:]+):/) {
    push(@users, $1);
    print $_;
    print $fh $_;
    close($fh);
    system('/usr/bin/dsimport', '-g', $filename, '/LDAPv3/127.0.0.1', 'O', '-u', $adminuser, '-p', $adminpass, '-v');
    unlink($filename);
    foreach $user (@users) {
    system('/usr/bin/pwpolicy', '-a', $adminuser, '-p', $adminpass, '-u', $user, '-setpolicy', 'canModifyPasswordforSelf=0');
    We've been trying to use kadmin to change passwords, but it seems flaky, with occasional 'policy reject' complaints breaking the sync.

  • HT5349 After reset I keep getting prompted to create or join Open Directory.

    I followed this procedure and after step 5 I get the option to create a new Open Directory domain.  I already have a master on this server, but I can't get beyond this dialog box to configure the Profile Manager.  If I click through to create a new Open Directory Master the process dies saying a master already exists.  Can I get around this via the command line?

    I thought I would report back with what I did to get Profile Manager back to a working state for me.  Since I couldn’t get past the dialog box that kept asking me to either create an OD master or join an OD I decided to delete OD altogether.  I did this twice with differing results in the outcome of the Profile Manger service configuration.  The first time I recreated the OD I got Profile Manger to run, but the certificates were buggered and wouldn’t allow me to deliver a trusted profile to my MacBook Pro.  So, the second time I deleted OD I took things a step further. 
    Deleted the replica
    Deleted the master
    Waited for about 15 minutes for things to “cook”
    Rebooted both servers
    Opened Keychain Access and deleted the self-signed machine certificates on the replica
    Opened Keychain Access and deleted the self-signed machine certificates on the master and deleted the OD certificate as well (when you delete the OD it doesn’t go back and delete everything and you will pick-up configuration settings stashed in files, certificates, etc., when you run the wizard again)
    Installed the OD master (see http://krypted.com/iphone/configuring-using-profile-manager-2-in-os-x-mountain-l ion-server/  Apple, please take notes on how document your server products)
    Setup Profile Manager and applied the newly generated self-signed Code Signing certificate (this won’t be created correctly unless the OD certificate is generated correctly when you re-install OD.  That’s why I deleted the OD certificate in step 6)
    Installed my replica
    Downloaded a trusted profile on the MacBook Pro
    So, to sum things up I follow the procedure http://krypted.com/iphone/configuring-using-profile-manager-2-in-os-x-mountain-l ion-server/ after steps 1 through 6.  Your mileage may vary, but this worked for me.  I should add that I am connected to a Microsoft AD as well to provide authentication for Mac users.  I think the Profile Manager is going to be a good tool for me, but it seems a little fragile and the documentation by Apple is limited (the richest company in the history of the world should be able to document their products better and have them available when the product is released – steps off of soapbox).

  • Reader opens and closes immediately by itself when try to open PDF from windows live mail or browser

    Hi,
    I'm having problems with acrobat xi since installing it on my windows 7 computer.
    Every time I try to open up a pdf file from windows live mail or a browser.. it opens and closes immediately.  The only way I can view it is if I save the file onto the computer, open up acrobat reader first then open up the file in there.
    How do I make it work properly again please?
    I've tried several things  so far like..
    -Using Windows Explorer navigate to C:\Program Files (x86)\Adobe\Reader 11.0\Reader, then double-click on Eula.exe and accept the license agreement
    -Disabling Protected Mode [Edit | Preferences | Security (Enhanced)].
    Please help me.  Thanks.

    How can I tell which one it is exactly?  I think it is Acrobat Reader.. 11.0.10...
    I can only open up a PDF if I save it to my computer and then open up the Acrobat program then open up a file using file > open.
    But if I try and view a pdf from an email attachment in Windows Live Mail.. or from a browser... it will open and close immediately.
    How do I fix this please?  thanks.

  • How to migrate Open Directory from 10.6 to another server with 10.8?

    Hello all,
    I have a Mac Pro running Mac OS X Server 10.6.8 with Open Directory active. Now I bought a new Mac Pro running MAC OS 10.8 and I also bought the OS X Server app.
    What I want to know is how can I migrate the users and their home folders from old server with Snow Leopard to the new one? The Open Directory Archive does this job?
    Regards,
    Carlos.

    Ok. I did a test and I saw that it exports only the information account. So I suppose that I have to copy the home folder using scp or something similar. Is that correct? 
    I also have to keep the same hostname from the old server in the new server or this can be done in a different way?
    Thanks.

  • Can't open jpg from Windows 7 Explorer in newly installed Photoshop Elements 11

    Elements opens but the image does not appear in the editor.
    Other people have reported similar problems but I cannot find a solution.

    I got hit with the same issue ... but found a simple clean answer (after a while):
    The "default program" ("recommended program" when you use "open with" in the explorer context) which is associated with a file extension ultimately points to the following command: "C:\Program Files (x86)\Adobe\Elements 11 Organizer\Photoshop Elements 11.0.exe" "%1", which is the PSE Organiser
    This command didn't work for me (not even from the command line does this work, so it's a bug). I guess it gets hung up at the welcome screen in the background
    I changed the "default program" / "recommended program" to point directly to the Photoshop Elements Editor.  Then it works as it should.
    To do this cleanly, you need to delete the wrong "default program" entry by deleting the relevant entry in the Windows registry for each picture file extension associated with PSE 11:
    For example, on WIndows 7 64bit, the relevant registry entry for .cr2 files (Canon raw format) is HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.cr2\OpenWi thList
    and may have several entries labled a, b, c...., one points to Photoshop Elements 11.0.exe - delete it.
    After the clean up, go into WIndows Control Panel, select Default Programs, Associate a file type or protocol with a program and then for the first file extension use "Browse" to find the PhotoshopElementsEditor.exe and select it  (mine was at C:\Program Files (x86)\Adobe\Photoshop Elements 11).
    Afterwards, you need to do this for each additional file extension you want to link with PSE 11, but you can pick it now from the Recommended Programs list
    Since I only use raw and JPEG, I only needed to change this for .cr2 and .jpg - you may need others as well...
    If you are not sure which program (Organiser or Editor) is now shown under the "Recommended Progams" list when you use "open with" from Explorer? 
    Photoshop Elements Organiser
    Adobe Photoshop Elements 11
    Adobe Systems, Incoporated     <====== note the comma after Systems
    Photoshop Elements Editor
    Adobe Photoshop Elements 11
    Adobe Systems Incoporated      <====== note the absence of the comma after Systems
    Hope this gets you working more productively....
    Chris - IT support for www.photo2m.ch

  • Problems opening files from Windows server

    Since upgrading to Leopard, some files saved on an Windows server no longer open in the correct application. For example, documents created in Quark 6.1 or 6.5 show up as Unix Executable Files and attempt to open in the terminal. Copying the file to my desktop does not help. The files work correctly for pre-Leopard Macs. New files saved from Quark 6.5 on a machine running Leopard onto the server work fine for other Leopard Macs, but pre-Leopard Macs try to open the files with Script Editor. I can change the "Open With" preferences in a get info window for individual files, but if I select "Change All", i get an error that "not enough information is available".
    Also, Photoshop EPS files created with pre CS 1 versions of Photoshop appear as Illustrator EPS files.

    I'm not sure if anyone is working on it.
    I did copy everything to the Mac running 10.3.9 (above I mistakenly said the computer I was going to copy to was running 10.4).
    I then updated the Mac to 10.5 and all the files continued to open with the proper program even after I put them back on the server.
    I know that it's a hassle, but it worked. I guess if you don't have another Mac still running 10.3, you could put everything on your server, reformat you Mac to OS 10.3.9, then copy the server to your Mac, then upgrade to 10.5. That is, if you have a large enough hard drive. I don't claim to be a Mac expert so I can't guarantee anything in this paragraph. It just seems like that would be the only logical step given what worked for me with upgrading the computer running 10.3.9. Even after doing that, I'd then do a clean install on the computer. My Mac was having problems so that's what I did and plan on doing to the other Mac when I get the chance.
    I guess it all depends how many files you have and how annoyed you are at having to Control click all your files to open them.

  • Elements 9 Opening with from Windows Photo Gallery

    I have just installed Elements 9 which was an upgrade from my previous Elements 7, which was the successr to 6 which was pre-installed on my laptop.
    I have retained Elements 7 as the new install process indicated that it would stay on the system but in effect lie dormant. However my problem now is that when using the 'Open With' command in Windows Photo Gallery it still defaults to PSE7 and not automatically go to 9 which I want. I have tried finding a way to set PSE9 as my default but can't seem to work that. If I delete the PSE7 version on my laptop will that affect my use of 9 as it was an upgrade.
    Can any one help perhaps please.
    Many thanks
    Rob

    No need to delete PSE7.
    In the Open With dialog click Browse.
    Then navigate to the PSE9 folder and select the PSE9 editor.exe file.
    That should do it.

  • Cannot add shared Contacts in Open Directory from a client

    Hello all
    I need to transfer vCards from a local Address book to the Server and I need them to be shown in each client's Address book.
    *Problem 1:* I cannot add or edit shared contact using the Directory app. from a client to a 10.5.3 Server. Only the Directory Admin credentials are valid. The client 10.5.5 is bound OK. The app is configured to use password, not Kerberos, and the Server is "responding normally" in the Directory Utility application.
    I can even login as a mobile user with Network Home. Same there.
    *Problem 2:* Ive put in Address Book the correct LDAP settings, but I cannot see a catalog of vCards. If I search using the search field, I get results, but I need them to be shown all as catalog.
    Thanks in advance
    Kostas

    This turned out to be a reverse DNS configuration problem. Apple support suggested using a local ip address instead of my public host name. That worked so I looked into the reverse dns configuration. I fooled myself by thinking that if I could reach my host with my.host.com with other services like http, that my DNS was set up correctly. My reverse DNS originally resolved to my.host.com when it should have been something more like 123-456-789-103.cos.pcisys.net. Now I can reach my host from anywhere with the Directory application.

  • Why does Illustrator CC crash when opening files from Windows 7 64x file manager?

    This does not happen with any of my ogher CC applications; and the files open just fine when opening from directly within Illustrator. It doesn't matter if it is an AI, EPS, or PDF file. The program just crashes. What I thought was a glitch a few months ago, seems to keep happening, and despite at least one (1) update, it still isn't fixed.
    Am I the only one having this problem? Thankfully, Illustrator is about the least used of my programs so I'm not ready to pull out my hair just yet.

    UPDATE:
    I have since updated all of my CC applications to 2014, and this issue has ceased. I am marking this issue as answered, but it is not truly resolved.

  • Opening iTunes from Windows XP desktop - can only see part of the page

    I have installed and uninstalled the latest iTunes on my Toshiba laptop with Windows XP with a webshots wallpaper. Only part of the page comes up. Can anyone help me with why only part of the page comes up. I'm very frustrated.

    Open the Control Panel, click on Displays, and change the monitor's resolution to at least 1024 by 768.
    (37316)

  • Cannot open photos from windows files

    Elements loads but does not open the photo I selected; using vista 64 bit; can't see why this is happening now.

    Ah, this could be a tough one....
    Can you think of any changes you made to your system just before this problem started happening?
    Can you do this successfully with any other image files?  That will tell us if it's just a corrupted file.
    If it's happening with every image file, there are two other things to try:
    Re-do the "Open With" setting:  Right-click on an image file and choose "Choose Default Program" and browse to the PSE editor's executable.
    Create a new standard user account, reboot, and log in to that new account.  That will tell us if it's a major registry issue.
    Ken

  • Migrating Open Directory from ML to Maverick

    Has anyone tried migrating OD from Mountation Lion to Maverick without resetting the existing passwords  . Please provide the steps.

    MurphIT wrote:
    I've seen how to do an archive and reinstall, but that would require the new server to be given the old server's IP (as I understand it that is)
    Nope.  You are correct that when an OD database is created, the IP of the master is encoded inside the database.  But you can think of it as just an attempt at making a unique tag.  It's not necessary for any computer with that IP address to actually be involved in the OD tree.  These days they'd probably have used an unique GUID instead of assuming that the IP address was going to be useful.
    I think your idea of an archive and restore on the new computer should work fine.  Make sure that the OD tree (master, slave, etc.) is set up correctly.  Make sure your client computers are given the IP address of the new server.  Make sure you do not create a new OD database on the old master computer, because then you'll have two different databases with the same key, which would be confusing.
    And, of course, back up entire hard disks of servers before trying anything.  Good luck.

  • Switching to MAC from Windows: How to open files in Office 2007  VMFusion?

    Dear all,
    Intro:
    I switched to MAC and now cannot find the solution to a simple problem.
    First: I need an Office 2007 PowerPoint FULLY compatible solution.
    What did not work: IWork, NeoOffice, Office 2008 (this is not fully compatible with Office 2007 Files)
    I also had problems with: Parallels (not stable, too many hangups), codeweaver crossover (office files do not even open sometimes, good idea but not suitable for serious office jobs)
    Now I have VMWare Fusion with WinXP and Office 2007 as this seems to be the only truly stable and best solution to run Office 2007 on Mac
    Question:
    How to open files in Office 2007 on MAC VMWare Fusion easily?
    It would be nice to spotlight the file and click and it opens in powerpoint or excel or word 2007 in Virtual Machine.
    The only known solution to me is to use the Windows explorer to navigate to the file and then open it from Fusion WinXP. This is very cumbersome and honestly makes me think of getting back to a windows machine as I work with office frequently.
    Thank you for your help.

    Thank you for the quick reply.
    Yes, I have Office 2007 installed. The problem is that to open files in Fusion virtual machine I have to use the windows explorer and navigate to the file to open it. Now that I have the mac I want to use the good feature of spotlight. So when I search and find the file I want to open I cannot click on it on the mac (or in finder) but I have to switch back to the virtual machine, locate the file again and open it from windows.
    You might think - ok, why not skip the first step of using spotlight, and look up the file in windows explorer before anything else?
    Correct, but I know from parallels that there is a file association possible to directly access the file in office 2007.
    This does not seem possible in Fusion - So the question is whether there is a possibility on the mac to associate the file and to click on it in finder/spotlight and the office 2007 application in fusion opens the file. So far I could not find anything.
    Thanks

  • Migration on active directory from 2003 to 2008 and SharePoint error Cannot connect to the configuration database.

    Hi all,
    In advance i`m thankful for your help,
    I come across a problem while migrating the Active Directory from Windows Server 2003 to Windows Server 2008 R2,
    SharePoint 2010 is getting this error Cannot connect to the configuration database. The same goes for the Administrative page,
    Nothing is change in the MySql database, same log in, same server name, i guess it have something to do with the SharePoint Farm,
    My question is will reinstalling the SharePoint do the job? Or is there an easy way to get back on my old track?
    I`ve try to sync users... no good
    PS C:\Users\administrator.SERVERM> if($configManager.IsSynchronizationRunning()
    -eq $false)
    >> {
    >> $configManager.StartSynchronization($true)
    >> Write-Host "Started Synchronizing"
    >> }
    >> else
    >> {
    >> Write-Host "Already Synchronizing"
    >> }
    >>
    Can someone explain a little bit more about this:
    6.     
    Can they talk to each other?
    Verify that SharePoint is using the correct IP address for the SQL server. To do this, run the ping command on the Windows SharePoint Services server.
    Verify that the SharePoint server is obtaining the correct IP address for the SQL server from DNS. To do this, run the
    nslookup command from the SharePoint Server.
    Make sure that there are no incorrect entries for the SQL server. To do this, examine the Hosts file on the SharePoint server. This file is in the following location:
    %systemroot%\system32\drivers\etc\Hosts
    On the SharePoint server, look for SQL client aliases. To do this, follow these steps: Click
    Start, click Run, and then type cliconfg in the
    open box.
    Click the Alias tab. By default, there are no SQL client aliases. If you have any aliases for the SQL server, verify that they are correct, or remove them.
    Open the SQL Server Configuration Manager (Start SQL Server 2008  Configuration Tools  SQL Server Configuration Manager
    Navigate to the SQL Server Network Configuration  Protocols for MSSQLSERVER node in the tree view
    Enable TCP/IP and Named Pipes (you’ll be warned that these changes will not apply until the service is shut down)
    Aleksandar Delcevski, Web-administrator School of Journalism and Public Relations Jurij Gagarin 17-1/1, 1000 Skopje, R. Macedonia t: + 389 2 3090 004 mob: +38972 257 565 [email protected]; www.vs.edu.mk; www.medium.edu.mk; www.unescochair-vs.edu.mk

    Hiya,
    I don't think it is necessary to reinstall.
    You should just confirm that your basic infrastructure is working.
    1: On the SharePoint server, open cmd and write ping <SQL server name>
    2: On the SharePoint server, open cmd and write nslookup <SQL server name>
    Basically the steps outlined here, is the best way to start:
    6.     
    Can they talk to each other?
    Verify that SharePoint is using the correct IP address for the SQL server. To do this, run the ping command on the Windows SharePoint Services server.
    Verify that the SharePoint server is obtaining the correct IP address for the SQL server from DNS. To do this, run the
    nslookup command from the SharePoint Server.
    Make sure that there are no incorrect entries for the SQL server. To do this, examine the Hosts file on the SharePoint server. This file is in the following location:
    %systemroot%\system32\drivers\etc\Hosts
    On the SharePoint server, look for SQL client aliases. To do this, follow these steps: Click
    Start, click Run, and then type cliconfg in the
    open box.
    Click the Alias tab. By default, there are no SQL client aliases. If you have any aliases for the SQL server, verify that they are correct, or remove them.
    Open the SQL Server Configuration Manager (Start SQL Server 2008  Configuration Tools  SQL Server Configuration Manager
    Navigate to the SQL Server Network Configuration  Protocols for MSSQLSERVER node in the tree view
    Enable TCP/IP and Named Pipes (you’ll be warned that these changes will not apply until the service is shut down)

Maybe you are looking for

  • Error while creating a custom type

    i'am having the following statement, create or replace type myType as object ( x varchar2(20) not null ) when i try to create, i get the following error, PLS-00218: a variable declared NOT NULL must have an initialization assignment now how do i crea

  • R.i.p iphone a letter to apple!!!

    well where to start. maybe my frustration will come out on this post but i need to vent. here it goes my iphone told me to update so i last night i plug my phone in to itunes and let it do its thing, then after a while i had an error message saying i

  • Reg : WEBDYNPRO in abap is in which sap version

    hi,      webdynpro application in  abap workbench is in which version of sap. Regards, Arun

  • Cannot open sequense in timeline

    Hello I cannot open sequense in timeline. I am using premiere pro cs4 and windows 7. When I double clic on a sequense it appears in the sourcemonitor instead for in the timeline. There should bee a shortcut for open sequence in timeline. I have done

  • Again Interesting JButton Query

    See I am making a Dock and my dock items are basically JButtons So to delete the Dock Item from my Dock i want to introduce a close button on each JButton My query is I want to add a Button in a JButton and at a particular location on that JButton Eg