Re: [xwiki-users] xwiki_vs_confluence

2014-09-26 Thread asteinberg
Hello Guillaume,

since the last upgrade from Confluence we have many performance problems.
12,000 Euro a year for a license is also a reason for us to have a look on
other products.

Best Regards,
Alex 

-Ursprüngliche Nachricht-
Von: users [mailto:users-boun...@xwiki.org] Im Auftrag von Guillaume Lerouge
Gesendet: Donnerstag, 25. September 2014 12:42
An: XWiki Users
Betreff: Re: [xwiki-users] xwiki_vs_confluence

Hi Alex,

thanks for your interest in XWiki! Out of curiosity, what would be the main
reasons why you're considering moving away from Confluence?

We're always interested in finding our more about what other wikis might do
better / worse (or just differently) from XWiki!

As for the migration, as stated by Thomas there's a module that you can use
for this.

Best,

Guillaume

On Thu, Sep 25, 2014 at 10:44 AM, Thomas Mortagne thomas.morta...@xwiki.com
 wrote:

 On Thu, Sep 25, 2014 at 10:33 AM, asteinberg asteinb...@dsw-it.de wrote:
  Hello Community,
 
 
 
  our company is looking for an alternative for our confluence wiki. 
  It
 seems
  to me xwiki could be the right wiki for us.
 
  Now my question: Is there a way to migrate confluence with all 
  insert
 files,
  sites and blogposts to xwiki?
 
 
 
  Thank you for your help.
 
 
 
  Best Regards,
 
  Alexander Steinberg
 
 
 
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users

 XWiki support importing confluence pages ( 
 http://extensions.xwiki.org/xwiki/bin/view/Extension/Filter+Confluence
 +XML+module
 )
 but not blog post yet. However it should not be too hard to do even if 
 nobody I know has plan to work on it anytime soon (but I would gladly 
 help anyone that would want to do it).

 --
 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

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


[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 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 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


[xwiki-users] xwiki_vs_confluence

2014-09-25 Thread asteinberg
Hello Community,

 

our company is looking for an alternative for our confluence wiki. It seems
to me xwiki could be the right wiki for us.

Now my question: Is there a way to migrate confluence with all insert files,
sites and blogposts to xwiki?

 

Thank you for your help.

 

Best Regards,

Alexander Steinberg

 

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