Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Can’t bind Tiger client to Leopard Server #370818
    tgunr
    Participant

    I think what he means is to check to insure you are bound using something like the following:

    [code]
    [mb]davec (499): dscl
    Entering interactive mode… (type “help” for commands)
    > ls
    BSD
    LDAPv3
    Local

    Search
    Contact
    > cd LDAPv3/
    /LDAPv3 > ls
    xs.davec.us
    /LDAPv3 > cd xs.davec.us/
    cd: Invalid Path
    DS Error: -14009 (eDSUnknownNodeName)
    /LDAPv3 >

    [/code]
    As you can see, I am not bound correctly which is why I was searching this forum. I should have seen a nice list like this:

    [code]
    /LDAPv3/127.0.0.1 > ls
    AccessControls
    Augments
    Automount
    AutomountMap
    AutoServerSetup
    CertificateAuthorities
    ComputerGroups
    ComputerLists
    Computers
    Config
    FileMakerServers
    Groups
    Locations
    Machines
    Maps
    Mounts
    Neighborhoods
    OLCBDBConfig
    OLCFrontEndConfig
    OLCGlobalConfig
    OLCOverlayDynamicID
    OLCSchemaConfig
    People
    Places
    PresetComputerGroups
    PresetComputerLists
    PresetComputers
    PresetGroups
    PresetUsers
    Printers
    Resources
    Users
    /LDAPv3/127.0.0.1 >

    [/code]
    Which came from my server.

Viewing 1 post (of 1 total)