Windows Users Connecting to a OS X Server

We are running into a issue with our Window's users. We have a FileMaker database that we use as a PDF proofing system. All of the PDFs in FileMaker, are links to the actual PDFs that are stored on one of our shared drives. The Window's users have to have the share point mounted for FileMaker to allow them to export the PDFs from it. The problem is, we don't want the users to be able to open the server and view every single PDF since a lot of them are concept designs. Is there a way of locking down the server to only allow the access for FileMaker? This has become a big issue and I'm racking my brain trying to think of a solution. Thank you in advance for any help.

Find out the IP address of the server you want to connect to.  You're looking for a numeric address: something like 123.56.67.89.  You can find this out by running Server.app on the server and looking at the details of that server itself.
When you start up Server.app on another computer choose the option to administer another computer, not the one Server.app is running on.
When it asks for an address, type in the numeric address as shown above.

Similar Messages

  • Windows users - "Access Account" gets disabled by server every night?!?

    I have an OS X Server 10.4.7 on a new Mac Pro in our office. All of my windows users connect to a basic Windows fileshare using the server's IP, then I map the network drives, so they should auto connect. I connect the users, verify the connection, log out, log back in, the drives re-connect like normal. However, TWICE now, I verify that thye all work, then the next morning (or over the weekend), it's like the OS X Server disabled everyone's accounts, except mine (i'm an adminstrator account). Nobody can get to their shares, and all the "Access Account" checkboxes on all my users are unchecked.
    I have Open Directory set as an OD Master, with default policies.
    Under Windows I have it set as a PDC (I'll migrate my old domain accounts once I have the server working, unless this is my whole problem)
    I disabled the file share of "users", but I can't see why that would be my problem. It works until overnight, seemingly.
    Ideas?

    System.log has thousands of these:
    Sep 18 07:47:32 Genesis1 kernel [0]: (11997: ps) ftp: failed on 0:
    asl.log has a bunch of these:
    [Time 2006.09.18 17.29.48 UTC] [Facility daemon] [Sender DirectoryService] [PID 63] [Message Failed Authentication return is being delayed due to over five recent auth failures for username: anish.] [Level 1] [ UID -2] [GID -2] [Host Genesis1]
    The only thing I've set up on any machine is network drive connections, and I manually entered names and passwords. Not sure if XP is doing anything else on its own.
    - Bill

  • My windows user can not access the lion server.

    All Mac user is ok.but all of windows user link fail.

    I have been on the phone with Apple, done all of the trouble shooting they have recomended. When I attempt to connect it to the internet I get a message reading "your apple tv is connected to your wi-fi but cannot connect to the internet. I have plugged the modem right into the apple tv and it still won't work. This is the second device I've used. (apple gave me a new one after the first didn't work). I just thought there might be someone out there who had the same issue and knows how to resolve it.

  • How to make Adobe acrobat feature to convert SAP  Pages to PDF available for multiple users connected to the same Citrix server

    Hi,
    In my previous endeavours to solve this business requirement where multiple users will be able to use the Adobe acrobat feature to convert SAP pages inside SAP to PDF, I was told that it is not possible to do this for multiple users at the same time. However I have found an article according to which it says it is possible. Could you check it once and let me know if this article can be used for implementing the requirement stated above as this link clearly indicates that Adobe Acrobat is supported on Citrix.
    Please find the link below where it states it is adobe acrobat is supported in Citrix for multiple users.
    http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/citrix.html.

    1. What is the Acrobat feature that you mean? There's nothing specific to SAP included with Acrobat.
    2. Yes, some Terminal Server configurations appear supported (check carefully). All users of the terminal server will need a license, so far as I know - total licenses = total individual people using.

  • Permissions for file sharing to Windows users

    Greetings, I would be very pleased if someone could help me with file sharing permissions for Windows users of a Mac mini file server running Snow Leopard 10.6.1 (not server).
    I have a folder in my root directory, lets call it Project, that holds a series of 10 sub folders, say 1 through 10. Some of my users I wish to have read/write access to the whole Project directory, and, having enabled file sharing in System Preferences (and SMB for Windows), I did cmd to get info on the Project folder, ticked sharing, added the users (whose user accounts I had replicated on the Mac from their Windows machines), gave them read/write access, and then was able to map a drive to Project in their machines. All good so far, notwithstanding an hour tussle with a Vista laptop . The other user 'groups' were set the following permissions: me - read/write; Admin - read/write; Everyone - no access; which seemed sensible.
    Then, when I wanted to only share say sub folders 4, 5 and 6 with other users, who will not have access to the whole Project directory, things were not as straight forward. I followed the same procedure as above, but for the particular sub folders. However, I think they are only able to see them if I provide read or read/write access for Everyone to the parent Project directory. This of course then lets them at least see all the other folders I do not want to share with them. I don't seem to be able to remove the Everyone group from the Project directory, which occurred to me might resolve this.
    Any thoughts? Thanks.

    "On the way down, it seems to me that you still can prevent that user from using folders that he or she is not supposed to use by setting appropriate permissions."
    I don't think this is the case. If I allow someone read & write access to a folder because they need to have read & write access to two of three subfolders, I cannot deny them (at least) read access to the third folder.
    In respect of a particular folder:
    1. You can only assign read; read & write; or write (drop box) to an individual user; and
    2. You can only assign No Access to everyone.
    Do I need to use Snow Leopard Server to be able to assign No Access to a particular folder for an individual user?

  • Windows user groups with # character ok?

    I wanted to know if a windows user group is used in SQL server 2008R2 which contains a naming convemtion that includes the # character would operate ok within BizTalk databases.
      eg.  domain\#mg-dd-something
    Any help and advice would be greatly appreciated.

    But in this context, its the backslash that is the special character. A legal identifier in SQL Server consists of alphanumeric characters + plus the characters _, #, @ and $. Of these $ can never been used initially. @ can only be used initially for variables.
    # can be used initially without restrictions except for objects in sys.objecs, where it only can be used for stored procedures and tables and for these have a special meaning. For non-object objects, # can be used freely. Underscore should never been an issue,
    as it is commonly used an identifier in many languages.
    So this is legal:
    create login #nisse@manpower with password ='hult'
    Whether you should use it? There is certainly a bigger risk that you run into issues. Not necessarily in SQL Server itself. It could also be with other MS products or third-party software. And not forget people in your organisation who will be confused by
    it.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Windows user group for BizTalk contains # characters

    I wanted to know if a windows user group is used in BizTalk Server 2013 which contains a naming convention that includes the # character would operate ok in BizTalk and SQL.  PLease see the example below:
      eg.  domain\#mg-dd-BizTalk-SSO-Affiliate-Admins
    Any help and advice would be greatly appreciated.

    Hi Chris,
    There are some naming conventions followed while creating the Windows user groups. not a concrete ones..one of them is here.
    http://technet.microsoft.com/en-us/library/cc775802(v=ws.10).aspx
    When it comes to BizTalk, if I can recollect, one of our clients had Windows user group with a symbol like yours which did work without any issues. But we suggested them to change the user group's name as this could affect some of our automated scripts like
    Powershell/C# programs. For which they agreed and changed their Windows user group to ones without any symbols.
    Yes, this would work but might fail for any of your automated maintenance scripts. Note: This experience with my client is with BizTalk 2006 and I have tested the case for latest versions.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • How do I find the users connected via afptcp

    I want to find the list of users connected to an OES2 Linux server.

    Originally Posted by ataubman
    Start with the documentation Novell Documentation . If you have further issues, please start your own fresh thread with full problem and system details, as your problem has nothing to do with the OP's.
    I've already looked at the documentation and have another thread going, I'm just looking for any info from any source. That source may be watching this thread and not the other.

  • I am trying to allow guests on windows to connect to shares on my Lion server but it keeps asking for a password for guest. I have allow guest users to access this share enabled but it still does not work.

    I am trying to allow guests on windows to connect to shares on my Lion server but it keeps asking for a password for guest. I have allow guest users to access this share enabled but it still does not work.

    Ditto. Guest accounts shouldn't have a password. No way to enter one in System Prefs...

  • Windows SMB users cannot connect to 10.5.4 server

    Hi all,
    Have a server running 10.5.4 bound to AD and running an OD to provide management of the Macs. Pretty standard setup and haven't had any problems elsewhere with the same deployment. However we're having a problem with XP users connecting to SMB shares. Mac users can connect over AFP or SMB fine, XP users are getting a "Network path could not be found" error. What's more the errors in the SMB log on the server aren't too descriptive. We're getting a few broken pipe errors, but no indication of what's causing that. XP machines don't appear to be getting to the authentication stage.
    Server is an Xserve with a Promise RAID, shares are on a 4TB partition, bound to AD (OD not running Kerberos). SMB setup seems to be correctly aware of the AD.
    Anyone any ideas?
    Thanks

    Is your SMB a Standalone or Domain Member?
    I have a similar problem and noticed that if I change SMB from "Domain Member" to Standalone Windows users can connect. Now every so often Leopard Server will change SMB back to a Domain Member (automatically).
    I have the Server bound to AD. AFP works for the Macs no matter what. Mac Users authenticate to AD and mount the share. However if they try to use SMB, it fails for the Macs as well if SMB is a Domain Member.
    I would like to stop Leopard from not reverting back or fix the "domain member" problem.
    The fact that I can connect while it's a Standalone suggests, to me, that it's not a permissions problem. As well the failure carries to the Mac side means it's not a Windows issue.

  • Windows 7 Pro Client loses connectivity to internal Win2k8 web server

    1. affected workstation are Optiplex 380 running Win 7 pro sp1 with broadcom NICs.
    2. Internal users use a internal webserver for customer invoicing application. Users lose connectivity to this internal web server, all other networking works, network shares, internet, etc. If I try to ping the webserver IP I get no reply. XP
    machines are not affected. Not a DHCP issue as there are plenty of IPs.
    3. I have tried different internal NICs (3com) but still had issue. I have upgraded BIOS, nic drivers. etc.
    4. I rebuilt one of the machines using Windows XP pro sp3 and have had no issue with that workstation.
    the problem started a few months or so ago. I have not been able to determine the source. I tried running wireshark but nothing stuck out. I have changed the session settings on the IIS server from 15 minutes to 6 hours but did not make a difference.
    5. Today when client lost connectivity to the server I tried pinging from the server back to the client and the connection was restored. This issue really has me confused as I cannot find anything in the logs that sticks out.

    Hello,
    Thank you for your question.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.

  • My win 7 home premium cannot connect the sharing printer (EPSON L1100) in Windows server 2003 it say "Windows cannot connect to the printer. Accses denied"

    in My office there is a win server 2003 R2 computer, i install a printer Epson L1100 in that computer, and it successfull, and i can print using that printer from that computer..
    I already share this printer, but when i try to connect the printer from my laptop using OS Win 7 Home Premium.. it has error
    "Windows cannot connect to the printer. Accses denied"...
    and then i try connect using other computer but same OS (win 7 Home premium) it still has same error...
    i usually connect to the server computer using //(the ip of computer) , for example
    //52.30.20.66 .. that is my IP server..
    and than i right click in shared printer which appears in windows explorer, and i choose
    Connect...  but it contain error "Windows cannot connect to the printer. Accses denied"..
    anyone know the solution from this error???
    i`m sorry if my english is bad.. i`m from indonesia

    Got a local password/username on your Win7 ? Create the same on the 2003R2 as you seem in workgroup
    net user /add useraccountname mypassword
    net localgroup users useraccountname /add  (I think it's users the name, you can validate to be sure) or
    net localgroup administrators useraccountname /add in worst case.
    nb, or add the user guess in the printer share security
    Regards, Philippe

  • Outlook clients unable to connect to Exchange / Windows user profile

    Exchange 2010
    Outlook 2010/2013
    I've seen a dozen or so computers in the last few weeks with this problem. The user suddenly cannot connect to the Exchange server in Outlook. (Sorry, I don't have specific error messages for this part.)
    If I try a repair on the Email account or try to create a new Mail profile, I get this error:
    "The action cannot be completed. The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action."
    I have verified all Exchange and mail security settings. Outlook configuration is not the problem.
    I tried deleting %appdata%\microsoft\outlook and %localappdata%\microsoft\outlook.
    I tried a repair on Microsoft Office.
    I tried creating a new Mail profile for a different email account.
    The only thing that has fixed this problem is a completely new Windows user profile, which tells me there is something else broken in the user profile. Does anyone have any idea what it might be?
    Blog /
    Twitter

    Hi,
    Please try to access Exchange via OWA.
    This issue may occur when the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders registry key does not contain all of the required data. Specifically, these problems occur if the AppData string value is missing from this
    registry key.
    To resolve this issue, import the User Shell Folders registry key from a working Windows User Profile.
    Steps to perform on a working computer
    Start Registry Editor. Click Start , type regedit in the Search programs and files box, and then press Enter.
    Locate and then select the following registry subkey: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
    On the File menu, click Export.
    Specify the name of the .reg file and then click Save.
    Copy the .reg file to the computer exibiting this problem.
    Close Registry Editor.
    Steps to perform on the computer displaying the above error(s)
    Start Registry Editor.
    On the File menu click Import.
    Locate and select the .reg file exported from the working computer.
    Click Open.
    Close Registry Editor.
    Best Regards.

  • Os x serve 4 and windows users

    Hello,
    just migrated one of my servers to Yosemite 10.10.1 and Server 4.0.
    the objective is a share files between mac and windows users within a group (meaning all of them can see, read and write all files within the sharepoint).
    the directory is shared with AFP and SMB, the group of users has read/write access on the directory (users and group are managed in OD).
    I added ACLs on the directory : the group of users is full control on the sharepoint. And I propageted all permissions to subfolders and files.
    Everything works fine for Mac users, but not for Windows users : when they open a file they got a message saying that the file is already opened by an another application. Same issue if the windows user write a new file on the server.
    If i look at the permission on a subfolder, there is the full control for the group. If I look at a file (whatever from a mac or windows), there is a special access.
    I think the problem is there, but how to solve.
    Does somebody knows any magic command line to force propagation of ACL and permissions to files ? or any tips to solve that issue ?
    Thanks for any help
    Regards, Thomas

    Hi
    OK I have tried pritty much all the suggestions so far...the MAC has no problem connecting to the PC (there's no surprise! - it worked straight away but the PC cannot connect to the mac - here's what happens:
    I have the correct IP address and when I enter in the IP address and my short username, the PC prompts me with a username and password box as you would expect...but when I enter in the details, it just throws up another username and password dialog box and has changed the username to PCCOMPUTER/the-username-I-just-entered - so I click ok again, and it just throws the dialog box up again. I feel like I am so close, yet so far to connecting the PC to the Mac - it seems to get stuck in a loop at the last moment. Any ideas what could solve the problem?
    It doesn't seem to be a firewall problem as I turned them all off - and still got the same problem.
    Any other ideas?

  • Windows can't connect to shares on Lion Server

    I can't connect any windows machines (XP, Vist, or 7) to a Mac Pro running Lion Server. When attempting to connect, the windows user is prompted for credentials, and nothing entered in this box works even the server admin account info, once entering account credentials, it comes back with NAMEOFWINDOWSCOMPUTER\USER as if it's trying to sign into a domain, which we don't have domains.
    I can't seem to find anything relevent when searching...

    There are a couple things you can try:
    1.\ go to the apple server, sys prefs, sharing, selct file sharing and then select option. from there make sure the both check boxes are selected. then select done.
    2.\ while you are there, in the shared folders section, selct the folder you would like to share (or add if its not) and make sure the user is in the users pane that you want to share the folder with.
    3.\ restart your windows machine to make sure it forgets any passwords you may have put in.
    4.\ if it still doesnt ask for a user account go to map network drive. and select the option to put another username and password in. for the user name user SERVERNAME\username - ensure the servername is in CAPITAL letter...
    hope this helps...

Maybe you are looking for

  • Shared review using Sharepoint 2010 Foundation

    Brief description * Sharepoint for Shared review Please describe your issue in as much detail as possible * Shared review using server acrobat.com works fine. However, when using Sharepoint as server the testing fails and it is not possible to finnis

  • How to create the selection screen dynamically

    Hi, I have a requirement to create the selection screen Dynamically. All the fields that should appear on the selection screen will be available in a custom table. So, based on the entries available in the Z tables, the selection screen should be bui

  • Should I delete folders after upgrading?

    I'm new to Mac and I just upgraded to 10.4.3. Do I need to delete any folders or anything to keep it running smooth? Did 10.4.3 simply just replace 10.4.2 ? Or are all the folders copied? I'm showing the same amount of disk space, and I still see the

  • Hyphenation sometimes not working in FM9

    Hello, FM9p196, XP SP3 Sometimes words are hyphenated but no hyphen appears. Anyone noticed this? Best regards, Mats

  • Can't pull up group to email to in iPhoto, what's wrong?

    In Address book I already have groups set up.  Previously, I could email some photos from iphoto and start to type in the group name and the send-to would populate from my address book.  Now it does not.