Home Forums AFP548 Community Open Mike Using BSD Configuration Files in Directory Access

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #354847
    Cpt.Tylor
    Participant

    I work in a university environment, and one of our goals for adding OS X clients to the network is to treat them like UNIX machines. All UNIX machines on the network are pushed the necessary flat files (passwd, host, etc.) each night. Setting up each OS X client to accept these files and use them is ideal because the infrastructure is already in place, and it works well. So, my problem is that although Apple provides a plugin for Open Directory that allows the machine to get authentication data from the /etc flat files, I have not been able to get it to work. The files are in the correct format, but when a user attempts to log in, they are denied because the system hasn’t parsed the files. Help!

    #354850
    Cpt.Tylor
    Participant

    I have it set up to use a custom path with the first node being /NetInfo/root and the second being /BSD Configuration Files/Local

    #355246
    stevebrowne
    Participant

    Install Developer Tools – apparently this provides the necessary plist reader tools.

    #355250
    Cpt.Tylor
    Participant

    The developer tools were installed from the beginning…this really baffles me.

    #365141
    rrdionne
    Participant

    Is there a way to add the bsd files to the search path in the command line?

    Thanks,
    +R

    #365174
    rrdionne
    Participant

    Looks like this does it:

    dscl /Search -create / SearchPolicy CSPSearchPath
    dscl /Search -append / CSPSearchPath /BSD/local

    +R

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.

Comments are closed