[xwiki-users] Active Directory Authentification

2014-09-26 Thread asteinberg
Hello,

 

I'd like to connect xwiki with our AD. But I don't get it right.

 

I used these guide:
https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#HMicro
softActiveDirectory

 

In xwiki.cfg made following changes: (Domain: Test.local)

xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthSer
viceImpl

xwiki.authentication.ldap=1

xwiki.authentication.ldap.server=192.168.100.41

xwiki.authentication.ldap.port=389

xwiki.authentication.ldap.bind_DN=test{0}

xwiki.authentication.ldap.bind_pass={1}

xwiki.authentication.ldap.base_DN=dc=test,dc=local

xwiki.authentication.ldap.UID_attr=sAMAccountName

xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,fi
rst_name=givenName,fullname=displayName,email=mail,ldap_dn=dn

 

Then I restarted xwiki. But my user could not logging on.

 

In the guide they say that it is also possible to configure LDAP over UI.
But I can't find it. How do I come in Object Mode in Preferences and where
can I find the Logs?

 

Thank you for your help.

 

Best Regards,

Alexander Steinberg

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Active Directory Authentification

2014-09-26 Thread Thomas Mortagne
https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#HMicro
seems to be related to a pretty old version (but maybe that's the
version you have). The most up to date documentation can be found on
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLDAPAuthentication.

The first thing to do to understand what is happening during an
authentication and find why it's not working as expected is to enable
debug log, see 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HEnableLDAPdebuglog.
You will get a detailed step by step of everything happening during
the authentication process in the log and you can review the values
and the errors there.

On Fri, Sep 26, 2014 at 9:26 AM, asteinberg asteinb...@dsw-it.de wrote:
 Hello,



 I'd like to connect xwiki with our AD. But I don't get it right.



 I used these guide:
 https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#HMicro
 softActiveDirectory



 In xwiki.cfg made following changes: (Domain: Test.local)

 xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthSer
 viceImpl

 xwiki.authentication.ldap=1

 xwiki.authentication.ldap.server=192.168.100.41

 xwiki.authentication.ldap.port=389

 xwiki.authentication.ldap.bind_DN=test{0}

 xwiki.authentication.ldap.bind_pass={1}

 xwiki.authentication.ldap.base_DN=dc=test,dc=local

 xwiki.authentication.ldap.UID_attr=sAMAccountName

 xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,fi
 rst_name=givenName,fullname=displayName,email=mail,ldap_dn=dn



 Then I restarted xwiki. But my user could not logging on.



 In the guide they say that it is also possible to configure LDAP over UI.
 But I can't find it. How do I come in Object Mode in Preferences and where
 can I find the Logs?



 Thank you for your help.



 Best Regards,

 Alexander Steinberg

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Active Directory Authentification

2014-09-26 Thread asteinberg
Thanks.
I saw this Sites befor. But it seems to me, that it doesn't take any effect
if I configure sth. 
I've installed now the LDAP Plugin and made the configuration there. But no
success.

I now where I can enable the debug. But I didn't find the debuglogs
anywhere!?
In the web I found a manual that say I would find it in Tomcat directory as
file catalina.out. The thing is I don’t find any Tomcat directory or such a
file. I installed xwiki on an Win 2008 R2.

Best Regards,
Alexander


-Ursprüngliche Nachricht-
Von: users [mailto:users-boun...@xwiki.org] Im Auftrag von Thomas Mortagne
Gesendet: Freitag, 26. September 2014 09:36
An: XWiki Users
Betreff: Re: [xwiki-users] Active Directory Authentification

https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#HMicro
seems to be related to a pretty old version (but maybe that's the version
you have). The most up to date documentation can be found on
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLDAPAuth
entication.

The first thing to do to understand what is happening during an
authentication and find why it's not working as expected is to enable debug
log, see
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HEnableLD
APdebuglog.
You will get a detailed step by step of everything happening during the
authentication process in the log and you can review the values and the
errors there.

On Fri, Sep 26, 2014 at 9:26 AM, asteinberg asteinb...@dsw-it.de wrote:
 Hello,



 I'd like to connect xwiki with our AD. But I don't get it right.



 I used these guide:
 https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#
 HMicro
 softActiveDirectory



 In xwiki.cfg made following changes: (Domain: Test.local)

 xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPA
 uthSer
 viceImpl

 xwiki.authentication.ldap=1

 xwiki.authentication.ldap.server=192.168.100.41

 xwiki.authentication.ldap.port=389

 xwiki.authentication.ldap.bind_DN=test{0}

 xwiki.authentication.ldap.bind_pass={1}

 xwiki.authentication.ldap.base_DN=dc=test,dc=local

 xwiki.authentication.ldap.UID_attr=sAMAccountName

 xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name
 =sn,fi rst_name=givenName,fullname=displayName,email=mail,ldap_dn=dn



 Then I restarted xwiki. But my user could not logging on.



 In the guide they say that it is also possible to configure LDAP over UI.
 But I can't find it. How do I come in Object Mode in Preferences and 
 where can I find the Logs?



 Thank you for your help.



 Best Regards,

 Alexander Steinberg

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



--
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Active Directory Authentification

2014-09-26 Thread Thomas Mortagne
On Fri, Sep 26, 2014 at 11:21 AM, asteinberg asteinb...@dsw-it.de wrote:
 Thanks.
 I saw this Sites befor. But it seems to me, that it doesn't take any effect
 if I configure sth.
 I've installed now the LDAP Plugin and made the configuration there. But no
 success.

 I now where I can enable the debug. But I didn't find the debuglogs
 anywhere!?
 In the web I found a manual that say I would find it in Tomcat directory as
 file catalina.out. The thing is I don’t find any Tomcat directory or such a
 file. I installed xwiki on an Win 2008 R2.

There is many ways to install XWiki. What do you mean exactly ? You
used the windows installer from
http://enterprise.xwiki.org/xwiki/bin/view/Main/Download ?


 Best Regards,
 Alexander


 -Ursprüngliche Nachricht-
 Von: users [mailto:users-boun...@xwiki.org] Im Auftrag von Thomas Mortagne
 Gesendet: Freitag, 26. September 2014 09:36
 An: XWiki Users
 Betreff: Re: [xwiki-users] Active Directory Authentification

 https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#HMicro
 seems to be related to a pretty old version (but maybe that's the version
 you have). The most up to date documentation can be found on
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLDAPAuth
 entication.

 The first thing to do to understand what is happening during an
 authentication and find why it's not working as expected is to enable debug
 log, see
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HEnableLD
 APdebuglog.
 You will get a detailed step by step of everything happening during the
 authentication process in the log and you can review the values and the
 errors there.

 On Fri, Sep 26, 2014 at 9:26 AM, asteinberg asteinb...@dsw-it.de wrote:
 Hello,



 I'd like to connect xwiki with our AD. But I don't get it right.



 I used these guide:
 https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#
 HMicro
 softActiveDirectory



 In xwiki.cfg made following changes: (Domain: Test.local)

 xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPA
 uthSer
 viceImpl

 xwiki.authentication.ldap=1

 xwiki.authentication.ldap.server=192.168.100.41

 xwiki.authentication.ldap.port=389

 xwiki.authentication.ldap.bind_DN=test{0}

 xwiki.authentication.ldap.bind_pass={1}

 xwiki.authentication.ldap.base_DN=dc=test,dc=local

 xwiki.authentication.ldap.UID_attr=sAMAccountName

 xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name
 =sn,fi rst_name=givenName,fullname=displayName,email=mail,ldap_dn=dn



 Then I restarted xwiki. But my user could not logging on.



 In the guide they say that it is also possible to configure LDAP over UI.
 But I can't find it. How do I come in Object Mode in Preferences and
 where can I find the Logs?



 Thank you for your help.



 Best Regards,

 Alexander Steinberg

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Active Directory Authentification

2014-09-26 Thread asteinberg
Yes, exacly. I first installed Java and then xwiki via windows installer.

-Ursprüngliche Nachricht-
Von: users [mailto:users-boun...@xwiki.org] Im Auftrag von Thomas Mortagne
Gesendet: Freitag, 26. September 2014 11:36
An: XWiki Users
Betreff: Re: [xwiki-users] Active Directory Authentification

On Fri, Sep 26, 2014 at 11:21 AM, asteinberg asteinb...@dsw-it.de wrote:
 Thanks.
 I saw this Sites befor. But it seems to me, that it doesn't take any 
 effect if I configure sth.
 I've installed now the LDAP Plugin and made the configuration there. 
 But no success.

 I now where I can enable the debug. But I didn't find the debuglogs 
 anywhere!?
 In the web I found a manual that say I would find it in Tomcat 
 directory as file catalina.out. The thing is I don’t find any Tomcat 
 directory or such a file. I installed xwiki on an Win 2008 R2.

There is many ways to install XWiki. What do you mean exactly ? You used the 
windows installer from http://enterprise.xwiki.org/xwiki/bin/view/Main/Download 
?


 Best Regards,
 Alexander


 -Ursprüngliche Nachricht-
 Von: users [mailto:users-boun...@xwiki.org] Im Auftrag von Thomas 
 Mortagne
 Gesendet: Freitag, 26. September 2014 09:36
 An: XWiki Users
 Betreff: Re: [xwiki-users] Active Directory Authentification

 https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#
 HMicro seems to be related to a pretty old version (but maybe that's 
 the version you have). The most up to date documentation can be found 
 on 
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLD
 APAuth
 entication.

 The first thing to do to understand what is happening during an 
 authentication and find why it's not working as expected is to enable 
 debug log, see 
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HEn
 ableLD
 APdebuglog.
 You will get a detailed step by step of everything happening during 
 the authentication process in the log and you can review the values 
 and the errors there.

 On Fri, Sep 26, 2014 at 9:26 AM, asteinberg asteinb...@dsw-it.de wrote:
 Hello,



 I'd like to connect xwiki with our AD. But I don't get it right.



 I used these guide:
 https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication
 #
 HMicro
 softActiveDirectory



 In xwiki.cfg made following changes: (Domain: Test.local)

 xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAP
 A
 uthSer
 viceImpl

 xwiki.authentication.ldap=1

 xwiki.authentication.ldap.server=192.168.100.41

 xwiki.authentication.ldap.port=389

 xwiki.authentication.ldap.bind_DN=test{0}

 xwiki.authentication.ldap.bind_pass={1}

 xwiki.authentication.ldap.base_DN=dc=test,dc=local

 xwiki.authentication.ldap.UID_attr=sAMAccountName

 xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_nam
 e =sn,fi 
 rst_name=givenName,fullname=displayName,email=mail,ldap_dn=dn



 Then I restarted xwiki. But my user could not logging on.



 In the guide they say that it is also possible to configure LDAP over UI.
 But I can't find it. How do I come in Object Mode in Preferences and 
 where can I find the Logs?



 Thank you for your help.



 Best Regards,

 Alexander Steinberg

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



--
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Active Directory Authentification

2014-09-26 Thread Thomas Mortagne
When you start XWiki you should have a console displaying live log. It
should also be stored in a file in %APPDATA%\XWiki\version\data
according to 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationStandalone.

On Fri, Sep 26, 2014 at 11:38 AM, asteinberg asteinb...@dsw-it.de wrote:
 Yes, exacly. I first installed Java and then xwiki via windows installer.

 -Ursprüngliche Nachricht-
 Von: users [mailto:users-boun...@xwiki.org] Im Auftrag von Thomas Mortagne
 Gesendet: Freitag, 26. September 2014 11:36
 An: XWiki Users
 Betreff: Re: [xwiki-users] Active Directory Authentification

 On Fri, Sep 26, 2014 at 11:21 AM, asteinberg asteinb...@dsw-it.de wrote:
 Thanks.
 I saw this Sites befor. But it seems to me, that it doesn't take any
 effect if I configure sth.
 I've installed now the LDAP Plugin and made the configuration there.
 But no success.

 I now where I can enable the debug. But I didn't find the debuglogs
 anywhere!?
 In the web I found a manual that say I would find it in Tomcat
 directory as file catalina.out. The thing is I don’t find any Tomcat
 directory or such a file. I installed xwiki on an Win 2008 R2.

 There is many ways to install XWiki. What do you mean exactly ? You used the 
 windows installer from 
 http://enterprise.xwiki.org/xwiki/bin/view/Main/Download ?


 Best Regards,
 Alexander


 -Ursprüngliche Nachricht-
 Von: users [mailto:users-boun...@xwiki.org] Im Auftrag von Thomas
 Mortagne
 Gesendet: Freitag, 26. September 2014 09:36
 An: XWiki Users
 Betreff: Re: [xwiki-users] Active Directory Authentification

 https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#
 HMicro seems to be related to a pretty old version (but maybe that's
 the version you have). The most up to date documentation can be found
 on
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLD
 APAuth
 entication.

 The first thing to do to understand what is happening during an
 authentication and find why it's not working as expected is to enable
 debug log, see
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HEn
 ableLD
 APdebuglog.
 You will get a detailed step by step of everything happening during
 the authentication process in the log and you can review the values
 and the errors there.

 On Fri, Sep 26, 2014 at 9:26 AM, asteinberg asteinb...@dsw-it.de wrote:
 Hello,



 I'd like to connect xwiki with our AD. But I don't get it right.



 I used these guide:
 https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication
 #
 HMicro
 softActiveDirectory



 In xwiki.cfg made following changes: (Domain: Test.local)

 xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAP
 A
 uthSer
 viceImpl

 xwiki.authentication.ldap=1

 xwiki.authentication.ldap.server=192.168.100.41

 xwiki.authentication.ldap.port=389

 xwiki.authentication.ldap.bind_DN=test{0}

 xwiki.authentication.ldap.bind_pass={1}

 xwiki.authentication.ldap.base_DN=dc=test,dc=local

 xwiki.authentication.ldap.UID_attr=sAMAccountName

 xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_nam
 e =sn,fi
 rst_name=givenName,fullname=displayName,email=mail,ldap_dn=dn



 Then I restarted xwiki. But my user could not logging on.



 In the guide they say that it is also possible to configure LDAP over UI.
 But I can't find it. How do I come in Object Mode in Preferences and
 where can I find the Logs?



 Thank you for your help.



 Best Regards,

 Alexander Steinberg

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Active Directory Authentification

2014-09-26 Thread Thomas Mortagne
By the way note that this way to installing XWiki is only for test
purpose as it's keeping the whole wiki in memory and it can quickly
become too big.

On Fri, Sep 26, 2014 at 11:53 AM, Thomas Mortagne
thomas.morta...@xwiki.com wrote:
 When you start XWiki you should have a console displaying live log. It
 should also be stored in a file in %APPDATA%\XWiki\version\data
 according to 
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationStandalone.

 On Fri, Sep 26, 2014 at 11:38 AM, asteinberg asteinb...@dsw-it.de wrote:
 Yes, exacly. I first installed Java and then xwiki via windows installer.

 -Ursprüngliche Nachricht-
 Von: users [mailto:users-boun...@xwiki.org] Im Auftrag von Thomas Mortagne
 Gesendet: Freitag, 26. September 2014 11:36
 An: XWiki Users
 Betreff: Re: [xwiki-users] Active Directory Authentification

 On Fri, Sep 26, 2014 at 11:21 AM, asteinberg asteinb...@dsw-it.de wrote:
 Thanks.
 I saw this Sites befor. But it seems to me, that it doesn't take any
 effect if I configure sth.
 I've installed now the LDAP Plugin and made the configuration there.
 But no success.

 I now where I can enable the debug. But I didn't find the debuglogs
 anywhere!?
 In the web I found a manual that say I would find it in Tomcat
 directory as file catalina.out. The thing is I don’t find any Tomcat
 directory or such a file. I installed xwiki on an Win 2008 R2.

 There is many ways to install XWiki. What do you mean exactly ? You used the 
 windows installer from 
 http://enterprise.xwiki.org/xwiki/bin/view/Main/Download ?


 Best Regards,
 Alexander


 -Ursprüngliche Nachricht-
 Von: users [mailto:users-boun...@xwiki.org] Im Auftrag von Thomas
 Mortagne
 Gesendet: Freitag, 26. September 2014 09:36
 An: XWiki Users
 Betreff: Re: [xwiki-users] Active Directory Authentification

 https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#
 HMicro seems to be related to a pretty old version (but maybe that's
 the version you have). The most up to date documentation can be found
 on
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLD
 APAuth
 entication.

 The first thing to do to understand what is happening during an
 authentication and find why it's not working as expected is to enable
 debug log, see
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HEn
 ableLD
 APdebuglog.
 You will get a detailed step by step of everything happening during
 the authentication process in the log and you can review the values
 and the errors there.

 On Fri, Sep 26, 2014 at 9:26 AM, asteinberg asteinb...@dsw-it.de wrote:
 Hello,



 I'd like to connect xwiki with our AD. But I don't get it right.



 I used these guide:
 https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication
 #
 HMicro
 softActiveDirectory



 In xwiki.cfg made following changes: (Domain: Test.local)

 xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAP
 A
 uthSer
 viceImpl

 xwiki.authentication.ldap=1

 xwiki.authentication.ldap.server=192.168.100.41

 xwiki.authentication.ldap.port=389

 xwiki.authentication.ldap.bind_DN=test{0}

 xwiki.authentication.ldap.bind_pass={1}

 xwiki.authentication.ldap.base_DN=dc=test,dc=local

 xwiki.authentication.ldap.UID_attr=sAMAccountName

 xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_nam
 e =sn,fi
 rst_name=givenName,fullname=displayName,email=mail,ldap_dn=dn



 Then I restarted xwiki. But my user could not logging on.



 In the guide they say that it is also possible to configure LDAP over UI.
 But I can't find it. How do I come in Object Mode in Preferences and
 where can I find the Logs?



 Thank you for your help.



 Best Regards,

 Alexander Steinberg

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



 --
 Thomas Mortagne



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users