Autentication problem after importing users in osx.5 server

Hi All, I was able to import users to OSX.5.8 server using passenger from macinmind.com but my users could not authenticate. When I create one user at a time the users are able to authenticate. Help i am pulling my hair out.

Rather than importing in Server.app you could try using Workgroup Manager.

Similar Messages

  • Importing users using OSX Server

    Hello
    I am trying to import users but nothing happens , I got the text file from the student meterials folder in the apple pro training series book
    When i locate the file , click import nothing happens
    Does anyone offer any suggestions as to where to look ?
    thanks

    Rather than importing in Server.app you could try using Workgroup Manager.

  • How can local user send message to other user via OSX server in mac maverick

    I just install OS X server in mac mavericks and enable services such as message, DNS, VPN, etc. I also create local users and local network users. I add some local users from OSX server to Message app in order to message to server, but I cannot send any message to those user, even Bonjour is available but I cannot use it to send message in local network.
    I already followed all Server Help in Messages like in this image:
    I try to access to my local OS X server via IP address by using other PC, Mac and iPhone and I can get this interface:
    I already try in iPhone to send message to local user in OS X server after accessing to OS X server via IP Address, but I don't know how local user can get that message and I see nothing in message_archives of message data of server. Therefore, how each user in OSX server can message to each other across OSX server ? Does Admin have to write some codes or make configuration for providing message services to those users ?
    Message was edited by: chhanmalin

    Client users need to use XMPP client app to log in to server with account name like in server , then user can send message to other users in server. Client users can use iphone, pc, or mac.

  • Is it possible to share an aperture library with different users using osx server.

    is it possible to share an aperture library with different users using osx server.

    Not really.  You should not be sharing an Aperture library over a network.  It's not designed for that and you'll likely corrupt your library at some point.

  • Avitek Sample Application - problems after imported to Eclipse

    I downloaded "Avitek™ Medical Records Sample Application" and started a domain successfuly with this aplication. Then I imported its to my Eclipse Juno with the interest to debug this sample application. I included every lib are need. Now I am getting the error "Default target install does not exist in this project" in every build.xml on the target "<project name=".
    Other error I got is "The type javax.jms.Message cannot be resolved. It is indirectly referenced from required .class files" in the PatientNotifierBroker project. I looked for javax.jms_1.1.2.jar and I had already added this library.
    Have someone face both problems after imported this sample?

    11g by default is case sensitive username/password.
    You can disable that with setting parameter SEC_CASE_SENSITIVE_LOGON to false.
    SQL> SHOW PARAMETER SEC_CASE_SENSITIVE_LOGON
    SQL> ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

  • Universe access problem after importing from R2 to R3.1

    Hi all!
    We have a problem with universes in 3.1: even with administrator user it keeps showing FRM 00008 error message (You are not authorised to use this document. The universe could not be found in the Central Management Server...) after importing successfully any universe or trying to open any universe locally.
    All of the universes were imported using the Import Wizard. The CMS server have been restarted and is running, the CMS ports are visible, universe, connection and application access rights are full control (for the administrator user).
    Any idea would be welcome on what else should be checked or set.
    Thanks and best regards,
    László

    Thanks for the tip, but it didn't help. I double-checked object right for administrator, and where it wasn't set as full control, I changed it to full control (universe, applications - DeskI and Designer, and the relevant connection).
    And the administrator user is member of only two groups: Administrators and Everyone. (Everyone has no access on these objects, because every user in our BO enterprise is a member of a special group, so there's no need to grant rights to Everyone).
    Any other idea?

  • Symbol not found: _PQclear (caldav server tools broken after Mavericks update on OSX Server)

    After upgrading my server to Mavericks and Server.app version 3, those tools stopped to work properly :
    calendarserver_export, calendarserver_manage_principals , etc...
    When I enter this command, for example :
    sudo calendarserver_export -u <account_name>
    then this error is displayed :
        Traceback (most recent call last):
      File "/Applications/Server.app/Contents/ServerRoot/usr/sbin/calendarserver_export", line 32, in <module>
        from calendarserver.tools.export import main
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/cale ndarserver/tools/export.py", line 50, in <module>
        from calendarserver.tools.cmdline import utilityMain, WorkerService
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/cale ndarserver/tools/cmdline.py", line 21, in <module>
        from calendarserver.tap.caldav import CalDAVServiceMaker, CalDAVOptions
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/cale ndarserver/tap/caldav.py", line 87, in <module>
        from twistedcaldav.upgrade import UpgradeFileSystemFormatStep, PostDBImportStep
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twis tedcaldav/upgrade.py", line 63, in <module>
        from calendarserver.tap.util import getRootResource, FakeRequest, directoryFromConfig
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/cale ndarserver/tap/util.py", line 87, in <module>
        from txdav.base.datastore.subpostgres import PostgresService
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/txda v/base/datastore/subpostgres.py", line 35, in <module>
        import pgdb
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/pgdb .py", line 66, in <module>
        from _pg import *
    ImportError: dlopen(/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/pytho n/_pg.so, 2): Symbol not found: _PQclear
      Referenced from: /Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/_pg.s o
      Expected in: flat namespace
    in /Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/_pg.s o
    All these tools have in common to access the caldav data via python, through PyGreSQL (caldav data is hosted in a postgres database).
    I managed to reproduce very simply this problem by doing :
    #login with root
    bob $ sudo -i
    #launch python and import pg (postgres module for python)
    root $ python
    >>> import pg
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "/Library/Python/2.7/site-packages/PyGreSQL-4.1.1-py2.7-macosx-10.9-intel.egg/p g.py", line 31, in <module>
        from _pg import *
    ImportError: dlopen(/Library/Python/2.7/site-packages/PyGreSQL-4.1.1-py2.7-macosx-10.9-intel .egg/_pg.so, 2): Symbol not found: _PQclear
      Referenced from: /Library/Python/2.7/site-packages/PyGreSQL-4.1.1-py2.7-macosx-10.9-intel.egg/_p g.so
      Expected in: flat namespace
    in /Library/Python/2.7/site-packages/PyGreSQL-4.1.1-py2.7-macosx-10.9-intel.egg/_p g.so
    BUT, if I launch python from my user account (not root), I don't get the error. I assume there is something wrong with the path, or something similar, but I can't find what...
    Although I need to have root credentials to be able to use calendarserver_export.
    Any clues ??

    I did, and now I get this :
    root $ calendarserver_export -u <username>
    Traceback (most recent call last):
      File "/Applications/Server.app/Contents/ServerRoot/usr/sbin/calendarserver_export", line 32, in <module>
        from calendarserver.tools.export import main
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/cale ndarserver/tools/export.py", line 50, in <module>
        from calendarserver.tools.cmdline import utilityMain, WorkerService
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/cale ndarserver/tools/cmdline.py", line 21, in <module>
        from calendarserver.tap.caldav import CalDAVServiceMaker, CalDAVOptions
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/cale ndarserver/tap/caldav.py", line 87, in <module>
        from twistedcaldav.upgrade import UpgradeFileSystemFormatStep, PostDBImportStep
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/twis tedcaldav/upgrade.py", line 63, in <module>
        from calendarserver.tap.util import getRootResource, FakeRequest, directoryFromConfig
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/cale ndarserver/tap/util.py", line 87, in <module>
        from txdav.base.datastore.subpostgres import PostgresService
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/txda v/base/datastore/subpostgres.py", line 35, in <module>
        import pgdb
      File "/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/pgdb .py", line 66, in <module>
        from _pg import *
    ImportError: dlopen(/Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/pytho n/_pg.so, 2): Symbol not found: _PQclear
      Referenced from: /Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/_pg.s o
      Expected in: flat namespace
    in /Applications/Server.app/Contents/ServerRoot/usr/share/caldavd/lib/python/_pg.s o

  • Trying to limit a user on OSX Server to one directory for FTP

    Hey there everybody,
    I'm trying to set up a client FTP for a new mac mini running OSX Server (Mavericks). FTP is enabled and I am able to get and put files but, the server is going to be used for a client services company and we will need to use it to transfer files back and forth without allowing access to the whole machine. The core issue is when I FTP in as a user I can still move around and see folders and files. I would like to create a user that can only see one folder or directory and only get / put files to that one place. Can't seem to find any similar posts, though I would assume this is fairly common.
    Huge thanks in advance!

    Hello again,
    I have tried sending messages from my webmail account in another domain and get the following reply:
    This is the Postfix program at host www.patrickwgill.com.
    I'm sorry to have to inform you that the message returned
    below could not be delivered to one or more destinations.
    For further assistance, please send mail to <postmaster>
    If you do so, please include this problem report. You can
    delete your own text from the message returned below.
    The Postfix program
    <[email protected]>: Command time limit exceeded:
    "/usr/bin/cyrus/bin/deliver"
    Reporting-MTA: dns; www.patrickwgill.com
    Arrival-Date: Sun, 8 Jan 2006 14:05:25 -0500 (EST)
    Final-Recipient: rfc822; [email protected]
    Action: failed
    Status: 5.0.0
    Diagnostic-Code: X-Postfix; Command time limit exceeded:
    "/usr/bin/cyrus/bin/deliver"
    So, it appears to be just hanging for some reason and timing out. Any ideas? I really appreciate your help.

  • Problems seeing website locally on osx server

    Hi..
    I wonder if someone can help me  i am quite new at all this .  I have a Imac wirelessly connected to an airport  extreme  which is connected  through a Gart2-4112 router . I am running Mountain lion  OSX10.8.5 and I  am trying to run a  website off this computer using mountain lion osx server.
    I have looked up several very good articles on the web and purchased osx server for dummies . Setting up the website looks easy   and I know I will run into future problems with trying to get the router port-forwarding   for my registered domain name  but for now I cannot get the website to show  on the server   “view Server Website” . From the default website I can see the default screen  for OSX server  I made the website up  in iweb ,  have published all the files into a desktop folder  which The store site files in  points to .
    The settings are drop down IP address  any   port 80   ssl none
    the error message i am getting is
    Not Found
    The requested URL /Falconsfc/Welcome.html was not found on this server.
    Apache/2.2.24 (Unix) DAV/2 mod_ssl/2.2.24 OpenSSL/0.9.8y Server at falconsfc.org.uk Port 80
    I am afraid I do not know what the problem is
    I would be grateful for any help   Many Thanks   Andy

    Don't store your files on your Desktop.
    Files on the desktop are, by default, owned by the individual user, and the Apache server doesn't have permission to view (or serve!) arbitrary files from a user's home directory or Desktop.
    By default, in Mountain Lion Server, web files should be stored in /Library/Server/Web/Data.
    You can use other directories if you like, but you'll need to jump through extra hoops to make sure Apache can see the files.

  • "Messages" problem after importing .xsd file as external definition

    Hello,
    I received an .xsd file from a customer and need to import it as an "External Definition" in order to create the "Message Interface". The structure of the xsd looks like this:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:px="http://www.opentrans.org/XMLSchema/1.0" targetNamespace="http://www.opentrans.org/XMLSchema/1.0" elementFormDefault="qualified">
    <xsd:element name="ORDER">
    </xsd:element>
    <xsd:element name="ADDRESS">
    </xsd:element>
    <xsd:element name="ARTICLE_ID">
    </xsd:element>
    </xsd:schema>
    After importing and looking at the tab "Messages" I get numerous entries, for each <xsd:element> I get one message! But I basically only need one "Message" that holds my complete xsd-file.
    I tried inserting <xsd:element name="COMPLETEORDER"> right after the <xsd:schema>-Tag but that didn't work either. Somehow I need to sum up all the <xsd:elements>.
    Does anyone have an idea? Thank you very much!
    Peter

    Hello Prateek, Hello everyone,
    I now know what the problem is. I downloaded XMLspy and checked on the structure:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:px="http://www.opentrans.org/XMLSchema/1.0" targetNamespace="http://www.opentrans.org/XMLSchema/1.0" elementFormDefault="qualified">
    <xsd:element name="ORDER">
    </xsd:element>
    <xsd:element name="ADDRESS">
    </xsd:element>
    <xsd:element name="ARTICLE_ID">
    </xsd:element>
    <xsd:simpleType name="dtBOOLEAN">
    </xsd:simpleType>
    <xsd:simpleType name="dtCOUNTRIES">
    </xsd:simpleType>
    <xsd:element name="SUPPLIER_AID">
    </xsd:element>
    <xsd:simpleType name="typeSUPPLIER_AID">
    </xsd:simpleType>
    </xsd:schema>
    Between the long list of <xsd:element> tags there are some simpleTypes on the same
    level. Now if I insert
    <xsd:element name="COMPLETEORDER">
    <xsd:complexType>
    <xsd:sequence>
    on top, the <xsd:sequence> would be on the same level as the simpleTypes - which is not valid!
    But can I just move all the simpleTypes, e.g. into an <xsd:element>??
    That would be changing the customer's structure which I think is not a good thing!?
    Thank you again for your help! I really appreciate it!
    Best regards,
    Peter

  • Officejet Pro K5400 printing problems after update to Mavericks OSX 10.9

    Hi,
    I have printing problems with my Officejet Pro K5400 after update to Mavericks OSX 10.9.
    Now after printing 1 page the printer prints an extra page with '2345X' sentence on it. As this problem started right after updating, I suppose there is a problem with an update.

    This patch did solve our problem with the K5400 feeding a "blank sheet".
    Thank you.

  • Importing user email to server

    Hey guys and gals. 
    I've got a client that is looking to move to a CRM based solution, encompassing email, contacts, and calendars.  For this, he wants to use an application called ZoHo.  Right now, I'm faced with a limitation in that ZoHo uses POP to access and import emails from his accounts. Generally this would be easy enough to deal with, except that my client is/has been using .mac/me/icloud email since it's inception. iCloud is IMAP only from what I can glean, and even then it looks like Apple blocks any kind of automated mechanism for exporting email off of their servers.
    What I would like to do is configure a POP based mail server (on OSX Server, just so this is relevant) and pull his local MBOX file to populate a mail account on this server with.
    1)Is this possible?
    2)Is this going to screw up the addressing (I need to keep the to/from fields intact)
    3)How do I accomplish this?
    4)Is there a more elegant way to accomplish this task?

    It's not clear why you need to get existing messages on clients onto the server, but if that really is what you need, use a combined POP/IMAP setup. Move the messages into IMAP mailboxes on the clients and they'll sync to the server. You can then re-serve them via POP, if that's the goal.

  • Problem after importing

    Hi,
    I have a pre defined html help file for my project done by
    someone else.
    Now i have to edit the help file, so i have created a new
    project and tried to import the html files from the old help file
    which i had. Import was successfull. but i was not able to edit the
    contents placed in "Drop Down Text editor" field it has been
    encrypted. but the all the datas are present while viewing the
    file.
    Pls tell me how can i edit the "Drop Down Text editor" text
    after importing the file.
    Thanks,
    Raja

    Welcome to the forum.
    What is a pre-defined help file? Do you simply mean someone
    else created the project? You also say you you imported the files
    but it's not clear why. Maybe that does not matter, I mention it in
    case the next bit is not the problem as then I will need to know
    more.
    It should be as simple as double clicking the drop-down
    hotspot. Does nothing happen if you do that? The text should be
    above the ordinary text when you look at the HTML.

  • Exchange profile parameter problem after system copy of XI server

    I'm getting problem after the system copy of XI server. Following is the details. pls help to fix this one:
    XQA is the system copy of XDV server. XQA is installed on rx2n1v1 server and XDV is installed on dbcixdv server. Following is weblink of XQA and XDV.
    XQA: http://rx2n1v1:57400
    XDV: http://dbcixdv:57000
    After the system copy of XQA, i changed all xdv related parameters (hostname/port) in visual admin and configtool of XQA server.
    Now when i run sxmb_ifr tcode in XQA, it should open the link of XQA server ( http://rx2n1v1:57400). But it open the link of XDV server (http://dbcixdv:57000).
    The cause of this problem is the xdv parameter entires (hostname/portnumber of xdv) in exchange profile of  XQA server (http://rx2n1v1:57400/exchangeProfile).
    Now if i change hostname/portnumber of xdv in XQA server (http://rx2n1v1:57400/exchangeProfile), it also make the same change in XDV server  (http://dbcixdv:57000/exchangeProfile).
    Both XQA and XDV are in differnet hardware server. I don't understand why making changes of exchangeprofile in XQA also changed the value of exchangeprofile in XDV.
    Hope it clarify.
    Pls give the solution of this problem.
    Thanks
    Amar

    Arjun,
    http://<SAPHOSTNAME>50000/exchangeProfile
    Yes, I can use above, but changing connection information gives me
    RFC call returned an error code: 399
    Use this one
    http://hostname:50000/webdynpro/dispatcher/sap.com/com.sap.xi.exprofui/XIProfileApp
    This one, yes I get to the exchange give me an error:  RFC call returned an error code: 399
    http://hostname:50000/dir/start/index.jsp -->Administration -->login with PISUPER -->ExchangeProfile.
    Internal Error
    Internal error; contact your system administrator
    Unable to read configuration data (ExchangeProfile/aii.properties)

  • Secure Connection Failed: Error code: ssl_error_illegal_parameter_alert - New problem after website moved to new server.

    My website was migrated to a new cloud server last week and after the move visitors to my site using Firefox have been intermittently receiving the following error when visiting a https:// url.
    Secure Connection Failed
    An error occurred during a connection to www.url.com
    SSL peer rejected a handshake message for unacceptable content. (Error code: ssl_error_illegal_parameter_alert)
    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.
    Upon a few refreshes the page may load again but often very slowly and often not all images will load.
    The web hosts have tried many things, have had cpanel techs check the server and even set up a new ssl certificate to try and resolve the problem with no luck.
    Researching the internet shows that people have faced this issue when upgrading Firefox or with certain AntiVirus software conflicts.
    However I can't tell all FF visitors to start altering their config files in order to be able to visit my site.
    I don't understand how I didn't have this issue prior to the migration but now something has changed that no one knows how to resolve.
    For reference: I am using FF 28.0 and I am not experiencing this SSL error on any other site other than my own since the migration.
    Does anyone have any information on what the web host may be able to do to fix this SSL issue that only occurs for FireFox users?
    Thank you for any suggestions you may be able to offer.

    Still experiencing this problem and hoping someone may have some ideas to try on the server.

Maybe you are looking for

  • Game center not loading my profile

    Game center app on the ipad just says loading and spins never loads my profile and now some of my other games do not load.

  • N8 sending SMS to multiple recipients as MMS?

    If I send an SMS text message to multiple recipients it is being sent as an MMS. Since MMS is not included in my PAYG "goodybag", it's costing me a fortune! I can't find this in the user guide anywhere. Can I turn it off? many thanks

  • Is DD/MM/YYYY supported in webdynpro for abap application

    Hi All, We are using 2 different time statements one developed in webdynpro for java and other in webdynpro for abap.date format in java is DD/MM/YYYY but in webdynpro for abap is DD.MM.YYYY. is DD/MM/YYYY supported in webdynpro for ABAP application

  • Thunderbolt extension cable?

    The thunderbolt cable coming from my thunderbolt display is not very long. I need to place the Mac Pro a little bit farher than the cable will reach. Is there a way to do this? Adapter and short cable? Best. Tom

  • Using a proxy to FMS 3.5

    Is it possible to use Apache to proxy/tunnel RTMP(S) traffic through to Flash Media Server? Basically, I want to tunnel RTMP traffic using HTTP through Apache. What I want to be able to do is open up an appropriate port (either 80 or 443) on the Apac