+ Reply to Thread
Results 1 to 6 of 6

Thread: Please help...How do I Integrate users with MS Active Directory

  1. #1

    Default Please help...How do I Integrate users with MS Active Directory

    I have installed Deki Wiki on my local windows XP machine and users in the company can access it via http://<machinename>

    I want to integrate the Deki Wiki with users in the company’s Active Directory.

    I would appreciate if you could let me know how to do it.

    Should I refer to the link from wiki developer, “How do I...Integrate my users with LDAP/MS Active Directory?” or is there any updated documentation.
    http://wiki.developer.mindtouch.com/...e_Directory%3F


    If I need to use the above link, how do I perform Step 4 (How do I locate the directory server?)

    Please help... Thanks!

  2. #2
    Join Date
    Feb 2008
    Location
    London upon Thames
    Posts
    2,792

    Default

    If what you want to do is be able to log in with your AD information, that is the right page.

    Your company sysadmin will need to give you the AD details. You can possibly figure them out yourself - your domain controller is normally known to you, and your AD domain can be found in Control Panel, System, Computer Name under 'Domain'.
    If my post helped you, please click the icon below this post to my reputation. Thanks!

  3. #3

    Default

    Can I just run the following queries in MySQL database to achieve AD integration with my new installation of deki wiki.
    These are the records which were taken from old deki wiki database backup prior to my new installation of deki wiki.


    insert into `service_config` values ('47', '11', 'userquery', 'samAccountName=$1');
    insert into `service_config` values ('48', '11', 'bindingdn', '$1@xyz.net');
    insert into `service_config` values ('46', '11', 'searchbase', 'DC=xyz,DC=net');
    insert into `service_config` values ('45', '11', 'displayname-pattern', '{givenname}_{sn}');
    insert into `service_config` values ('44', '11', 'hostname', '<AD server name>');



    insert into `services` values ('11', 'auth', 'http://services.mindtouch.com/deki/stable/2007/05/ldap-authentication', 'local://e9e98cf7911445d4810b0369d1e3c518/deki/services/default/11', 'LDAP', '1', '1', '', '2008-04-04 18:18:33');

    [Note: I am not sure about the value of service_uri]


    insert into `users` values ('1', 'admin', '', 'd70b1ed11a57e38f0ccfe07e10590acd', '', 'itwiki@xyz.com', 'skin=ace\nbclen=5\nvariant=en_us\nlanguage=en_us' , '20080304161326', '2158a249b6b8368a738bf81d97627be1', '5', '1', null, '1', '1');




    Thanks for your help..

  4. #4
    Join Date
    Feb 2008
    Location
    London upon Thames
    Posts
    2,792

    Default

    It's not a given, in case the ID number of your service isn't '11', or an 11 already exists, etc.

    Just re-add those keys from the control panel to be safest.
    If my post helped you, please click the icon below this post to my reputation. Thanks!

  5. #5

    Default

    In order to enter the config details as mentioned in Step 5, I open XAMPP Control Panel.
    I am unable to perform Steps 2 -5. In other words, I dont see "Service Management" as mentioned in Step 2.
    Where do I select 'Local' as mentioned in Step3.

    Am I missing something here ?

    If I am able to locate the above steps, I think I should be able to perform steps 5 and so on.

    Thanks again.

  6. #6
    Join Date
    Feb 2008
    Location
    London upon Thames
    Posts
    2,792

    Default

    Not the XAMPP Control Panel, the Deki control panel.
    If my post helped you, please click the icon below this post to my reputation. Thanks!

+ Reply to Thread

Posting Permissions

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