+ Post New Thread
Results 1 to 7 of 7
How do you do....it? Thread, Ldap connections, how? ou cn ugh! in Technical; I really am not getting this at all, I have always managed to fluke my way through connecting to ladp ...
  1. #1
    reggiep's Avatar
    Join Date
    Apr 2008
    Location
    In the vast area of space and time
    Posts
    1,182
    Thank Post
    326
    Thanked 42 Times in 40 Posts
    Rep Power
    21

    Ldap connections, how? ou cn ugh!

    I really am not getting this at all, I have always managed to fluke my way through connecting to ladp in the past on things like moodle.
    Anyway i have installed zimbra on our mac server (well why not, it§s just sat there doing nothing) and I am now following the wiki on how to authenticate zimbra to active directory. My proiblem is I am not sure how to convert the following in the script...

    banned = 'CN=Banned,CN=yourschool,DC=sch,DC=uk'
    # an OU for banned users
    scope = 'ou=users,dc=yourschool,dc=sch,dc=uk'
    #the search scope
    domain = "yourschool.sch.uk" # "example.com"

    I have a CC3 network with the following structure...

    prentonhigh.internal > establishments > prh > students > yeargroup

    Can someone explain to me how I convert that in to cns and ous and dcs?

    Thanks.

    Reg via logme in on home computer as edugeek is still blocked by LA!!!!

  2. IDG Tech News

  3. #2

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,855
    Thank Post
    412
    Thanked 774 Times in 647 Posts
    Rep Power
    168
    Code:
    ou=yeargroup,ou=students,ou=prh,ou=establishments,dc=prentonhigh,dc=internal
    (assuming that yeargroup is an OU, not a security group)

  4. Thanks to powdarrmonkey from:

    reggiep (5th November 2008)

  5. #3
    DMcCoy's Avatar
    Join Date
    Oct 2005
    Location
    Isle of Wight
    Posts
    3,085
    Thank Post
    9
    Thanked 396 Times in 342 Posts
    Rep Power
    91
    Quote Originally Posted by reggiep View Post
    I really am not getting this at all, I have always managed to fluke my way through connecting to ladp in the past on things like moodle.
    Anyway i have installed zimbra on our mac server (well why not, it§s just sat there doing nothing) and I am now following the wiki on how to authenticate zimbra to active directory. My proiblem is I am not sure how to convert the following in the script...

    banned = 'CN=Banned,CN=yourschool,DC=sch,DC=uk'
    # an OU for banned users
    scope = 'ou=users,dc=yourschool,dc=sch,dc=uk'
    #the search scope
    domain = "yourschool.sch.uk" # "example.com"

    I have a CC3 network with the following structure...

    prentonhigh.internal > establishments > prh > students > yeargroup

    Can someone explain to me how I convert that in to cns and ous and dcs?

    Thanks.

    Reg via logme in on home computer as edugeek is still blocked by LA!!!!
    working backwards for OUs, dc will be the domain suffix

    so

    for a user in that location

    cn=user,ou=Yeargroup,ou=students,ou=prh,ou=establi shments,dc=prentonhigh,dc=internal

    search path would just not have the cn= at the front. You can use cn with groups too

  6. Thanks to DMcCoy from:

    reggiep (5th November 2008)

  7. #4
    reggiep's Avatar
    Join Date
    Apr 2008
    Location
    In the vast area of space and time
    Posts
    1,182
    Thank Post
    326
    Thanked 42 Times in 40 Posts
    Rep Power
    21
    Thanks guys I§ll give that a go!

    Still a bit confused but the mist is clearing slowly

  8. #5
    reggiep's Avatar
    Join Date
    Apr 2008
    Location
    In the vast area of space and time
    Posts
    1,182
    Thank Post
    326
    Thanked 42 Times in 40 Posts
    Rep Power
    21
    Can I ask what the difference is between a cn and an ou?

  9. #6
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,051
    Blog Entries
    1
    Thank Post
    104
    Thanked 438 Times in 379 Posts
    Rep Power
    114
    cn = common name (usually a username or computer)
    ou = organisational unit

  10. #7

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,855
    Thank Post
    412
    Thanked 774 Times in 647 Posts
    Rep Power
    168
    You might also come across a distinguished name. Common names only identify an object according to its location; a dn must be unique across the directory.

SHARE:
+ Post New Thread

Similar Threads

  1. Network Connections
    By Ueline in forum Windows
    Replies: 11
    Last Post: 26th March 2008, 05:42 PM
  2. STOP UNC Connections
    By tomlin in forum Windows
    Replies: 8
    Last Post: 5th December 2007, 01:00 PM
  3. MS Terminal Services Connections
    By Lee_K_81 in forum Thin Client and Virtual Machines
    Replies: 13
    Last Post: 7th November 2007, 10:49 AM
  4. Printer Connections - I NEED HELP PLEASE
    By Mr_M_Cox in forum Windows
    Replies: 14
    Last Post: 7th June 2007, 06:00 PM
  5. Internet Connections
    By 20RickY06 in forum General Chat
    Replies: 7
    Last Post: 6th September 2006, 08:56 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •