From harikripas at gmail.com Tue Oct 2 04:27:14 2012 From: harikripas at gmail.com (hari k) Date: Tue, 2 Oct 2012 16:27:14 +0800 Subject: [Moin-user] Request to setup moinmoin ldap intergraion Message-ID: Dear Friends , I am setting up a new moinmoin wik ldap integration . But its authenticating using the ldap =========================================== 1) Moinmoin version : -1.9.5 2) Linux : CentOS 5.8 , 64 bit 3) My moin/wikiconfig.py ---------------------------------------------------------------------------- from MoinMoin.auth.ldap_login import LDAPAuth ldap_authenticator1 = LDAPAuth( server_uri='ldap://ldap.server.com', bind_dn='cn=%(username)s,dc=sg,dc=company,dc=com', bind_pw='%(userPassword)s', base_dn='cn=Manager,dc=sg,dc=company,dc=com', scope=2, referrals=0, search_filter='(uid=%(username)s)', givenname_attribute='cn', surname_attribute='sn', aliasname_attribute='uid', email_attribute='mail', email_callback=None, coding='utf-8', timeout=10, start_tls=0, tls_cacertdir=None, tls_cacertfile=None, tls_certfile=None, tls_keyfile=None, tls_require_cert=0, bind_once=True, autocreate=True, ) auth = [ldap_authenticator1, ] cookie_lifetime = 1 ---------------------------------------------------------------------------- =========================================== And I am trying to login to the moinmoin web frontent using " CN "and the corresponding ldap password. I couldnt see any logs in the Apache error logs and in the ldap.log of the ldap server ( I couldnt even see that the moinmoin is connecting to the ldap server from the logs ) Please advice. -- Thanks & Regards, -------------- Hari.K -------------- next part -------------- An HTML attachment was scrubbed... URL: From tw-public at gmx.de Tue Oct 2 10:42:11 2012 From: tw-public at gmx.de (Thomas Waldmann) Date: Tue, 02 Oct 2012 16:42:11 +0200 Subject: [Moin-user] Request to setup moinmoin ldap intergraion In-Reply-To: References: Message-ID: <1349188931.10401.12.camel@server.firma.waldmann-edv.de> > 2) Linux : CentOS 5.8 , 64 bit Please note that CentOS 5 has rather old/outdated python support and may cause problems or a lot of manual work due to this. > About getting ldap to work: this is mostly an issue about the right parameters and they are specific to your ldap server configuration. Maybe just try the parameters you have using some ldap client tool (like ldapsearch), whether they really work. If you get THAT working, try again with moin. Usually it is just some parameter being wrong. > > I couldnt see any logs in the Apache error logs and in the ldap.log of > the ldap server ( I couldnt even see that the moinmoin is connecting > to the ldap server from the logs ) You can reconfigure moin's logging level (see logging.conf). There is a special logging.conf sample in the download archive for auth debugging (see wiki/server/config/... or so). From dodecatheon at gmail.com Tue Oct 2 16:15:23 2012 From: dodecatheon at gmail.com (Ted Stern) Date: Tue, 02 Oct 2012 13:15:23 -0700 Subject: [Moin-user] An alternative to GetVal or InterWiki? Message-ID: Hi all, One of my users would like to set up a sort of shortcut for use on one of the wikis in my farm. He want's something similar to @VAR@ syntax, but not expanded when the page is saved. He intends to use it for very long URLs. So I suppose the <> syntax would be appropriate, but it doesn't work inside [[...]] braces. If I modify our local InterWiki, he can do [[VAR:rest/of/path]] to create links, but then the InterWiki becomes littered with these links. Since I share the same InterWiki between farms, that could be problematic also. Is there anything set up in MoinMoin to do this? Ted -- Frango ut patefaciam -- I break so that I may reveal From rb.proj at googlemail.com Wed Oct 3 03:04:07 2012 From: rb.proj at googlemail.com (Reimar Bauer) Date: Wed, 03 Oct 2012 09:04:07 +0200 Subject: [Moin-user] An alternative to GetVal or InterWiki? In-Reply-To: References: Message-ID: Am 02.10.2012 22:15, schrieb Ted Stern: > Hi all, > > One of my users would like to set up a sort of shortcut for use on one > of the wikis in my farm. > > He want's something similar to @VAR@ syntax, but not expanded when the > page is saved. He intends to use it for very long URLs. So I suppose > the <> syntax would be appropriate, but it > doesn't work inside [[...]] braces. > > If I modify our local InterWiki, he can do > > [[VAR:rest/of/path]] > > to create links, but then the InterWiki becomes littered with these > links. Since I share the same InterWiki between farms, that could be > problematic also. > > Is there anything set up in MoinMoin to do this? > > Ted > Have you thought on using the InterWikiMap page for creating all those shortcuts for theses urls? It is a page per wiki. I don't understand why he want @VAR@ not expanded, he could define in his own Homepage/MyDict a var for each url like URL1:: [[http://moinmo.in|MoinMoin]] and use then on a page @URL1@ will be replaced by this substitute. for an example see http://moinmo.in/ReimarBauer/MyDict?action=raw Reimar From dodecatheon at gmail.com Wed Oct 3 15:34:38 2012 From: dodecatheon at gmail.com (Ted Stern) Date: Wed, 03 Oct 2012 12:34:38 -0700 Subject: [Moin-user] An alternative to GetVal or InterWiki? In-Reply-To: (Reimar Bauer's message of "Wed, 03 Oct 2012 09:04:07 +0200") References: Message-ID: On 03 Oct 2012 00:04:07 -0700, Reimar Bauer wrote: > > Am 02.10.2012 22:15, schrieb Ted Stern: >> Hi all, >> >> One of my users would like to set up a sort of shortcut for use on one >> of the wikis in my farm. >> >> He want's something similar to @VAR@ syntax, but not expanded when the >> page is saved. He intends to use it for very long URLs. So I suppose >> the <> syntax would be appropriate, but it >> doesn't work inside [[...]] braces. >> >> If I modify our local InterWiki, he can do >> >> [[VAR:rest/of/path]] >> >> to create links, but then the InterWiki becomes littered with these >> links. Since I share the same InterWiki between farms, that could be >> problematic also. >> >> Is there anything set up in MoinMoin to do this? >> >> Ted >> > Have you thought on using the InterWikiMap page for creating all those > shortcuts for theses urls? If you read my message, double-quoted above, you will see that I already have thought of that. I will discuss it further below. > > It is a page per wiki. Yes, I'm aware of that. > > I don't understand why he want @VAR@ not expanded, he could define > in his own Homepage/MyDict a var for each url like I understand that he can do Homepage/MyDict. 1) We don't want to expand it because the location may change over time, and when the variable is expanded, the association between variable and its value is lost. 2) We don't want to put the variable into a user's MyDict because the same location will be used by many users on a wiki, and it is wasteful to have the same information in several places (e.g. multiple MyDict pages). It is a bit of the same decentralization problem from 1 > > URL1:: [[http://moinmo.in|MoinMoin]] Thank you, I was not aware of the possibility of using the [[...]] syntax in intermap.txt. > > and use then on a page @URL1@ will be replaced by this substitute. > > for an example see http://moinmo.in/ReimarBauer/MyDict?action=raw > > Reimar 3) the reason I don't want to put the variables for a single wiki into intermap.txt is that I share the same intermap.txt file with all the wikis in my farm, and it would not be appropriate for users in other wikis to be able to access the variables set for the users in one particular wiki. 4) To cap things off, this user isn't just referencing URLs. He actually wants to reference Windows Network Neighborhood sharepoints, in the form SharePoint:: [[\\sharelocation\path\to\share\point\]] and then do something like [[SharePoint:subdirectory\under\sharepoint\table.xls]] I have told the user that Windows directory share syntax isn't standard URL format, but there you go. I still have to work with him. Does that clarify my difficulty at all? -- Ted > > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user -- PO Box 3707 MC 0R-JF (Google Voice) 206-552-9611 Seattle, WA 98124-2207 (Fax) 425-717-3652 http://directorysearch.web.boeing.com/bps/details.asp?bemsid=1660261 ----------- Frango ut patefaciam -- I break so that I may reveal ----------- -- Frango ut patefaciam -- I break so that I may reveal From rb.proj at googlemail.com Fri Oct 5 01:31:47 2012 From: rb.proj at googlemail.com (Reimar Bauer) Date: Fri, 05 Oct 2012 07:31:47 +0200 Subject: [Moin-user] An alternative to GetVal or InterWiki? In-Reply-To: References: Message-ID: Am 03.10.2012 21:34, schrieb Ted Stern: > On 03 Oct 2012 00:04:07 -0700, Reimar Bauer wrote: >> >> Am 02.10.2012 22:15, schrieb Ted Stern: >>> Hi all, >>> >>> One of my users would like to set up a sort of shortcut for use on one >>> of the wikis in my farm. >>> >>> He want's something similar to @VAR@ syntax, but not expanded when the >>> page is saved. He intends to use it for very long URLs. So I suppose >>> the <> syntax would be appropriate, but it >>> doesn't work inside [[...]] braces. >>> >>> If I modify our local InterWiki, he can do >>> >>> [[VAR:rest/of/path]] >>> >>> to create links, but then the InterWiki becomes littered with these >>> links. Since I share the same InterWiki between farms, that could be >>> problematic also. >>> >>> Is there anything set up in MoinMoin to do this? >>> >>> Ted >>> >> Have you thought on using the InterWikiMap page for creating all those >> shortcuts for theses urls? > > If you read my message, double-quoted above, you will see that I > already have thought of that. I will discuss it further below. > >> >> It is a page per wiki. > > Yes, I'm aware of that. >> >> I don't understand why he want @VAR@ not expanded, he could define >> in his own Homepage/MyDict a var for each url like > > I understand that he can do Homepage/MyDict. > > 1) We don't want to expand it because the location may change over > time, and when the variable is expanded, the association between > variable and its value is lost. > > 2) We don't want to put the variable into a user's MyDict because the > same location will be used by many users on a wiki, and it is > wasteful to have the same information in several places > (e.g. multiple MyDict pages). It is a bit of the same > decentralization problem from 1 > >> >> URL1:: [[http://moinmo.in|MoinMoin]] > > Thank you, I was not aware of the possibility of using the [[...]] > syntax in intermap.txt. > >> >> and use then on a page @URL1@ will be replaced by this substitute. >> >> for an example see http://moinmo.in/ReimarBauer/MyDict?action=raw >> >> Reimar > > 3) the reason I don't want to put the variables for a single wiki into > intermap.txt is that I share the same intermap.txt file with all the > wikis in my farm, and it would not be appropriate for users in other > wikis to be able to access the variables set for the users in one > particular wiki. Hi just wanted to point out that there is a difference between the file intermap.txt and the wiki page InterWikiMap. You can have both at the same time. And you can have additional definitions on the wiki page. I am not sure if that is known. All the other parts I read later again after some coffee. Reimar > > 4) To cap things off, this user isn't just referencing URLs. He > actually wants to reference Windows Network Neighborhood > sharepoints, in the form > > SharePoint:: [[\\sharelocation\path\to\share\point\]] > > and then do something like > > [[SharePoint:subdirectory\under\sharepoint\table.xls]] > > I have told the user that Windows directory share syntax isn't > standard URL format, but there you go. I still have to work with > him. > > Does that clarify my difficulty at all? > > -- Ted > >> >> >> ------------------------------------------------------------------------------ >> Don't let slow site performance ruin your business. Deploy New Relic APM >> Deploy New Relic app performance management and know exactly >> what is happening inside your Ruby, Python, PHP, Java, and .NET app >> Try New Relic at no cost today and get our sweet Data Nerd shirt too! >> http://p.sf.net/sfu/newrelic-dev2dev >> _______________________________________________ >> Moin-user mailing list >> Moin-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/moin-user > From welshnei at visa.com Fri Oct 19 03:37:28 2012 From: welshnei at visa.com (Welsh, Neil) Date: Fri, 19 Oct 2012 08:37:28 +0100 Subject: [Moin-user] Cant upload attachments...help Message-ID: Hi All, I am new to Moin I have managed to set up a local server running the wikiserver.py and that works great. However I have just tried to start an Apache server and I am unable to upload attachments. I am using apache 2.2 moin 1.95 and Python 2.6 Any Ideas? in the Apache log i get the following error: [error] [client XX.XXX.XXX.XX] 2012-10-19 08:33:14,609 WARNING MoinMoin.log:139 using logging configuration read from built-in fallback in MoinMoin.log module!\r, referer: http://XXX/mywiki/AbInitioDevelopersWiki?action=AttachFile [error] [client XX.XXX.XXX.XX] 2012-10-19 08:33:15,095 INFO MoinMoin.config.multiconfig:127 using wiki config: C:\\Moin\\mywiki\\wikiconfig.pyc\r, referer: http://XXX/mywiki/AbInitioDevelopersWiki?action=AttachFile [error] [client XX.XXX.XXX.XX] 2012-10-19 08:33:16,766 WARNING MoinMoin.log:139 using logging configuration read from built-in fallback in MoinMoin.log module!\r, referer: http://XXX/mywiki [error] [client XX.XXX.XXX.XX] 2012-10-19 08:33:17,125 INFO MoinMoin.config.multiconfig:127 using wiki config: C:\\Moin\\mywiki\\wikiconfig.pyc\r, referer: http://XXX/mywiki Cheers, Neil Neil Welsh?Ab Initio Development | Visa Europe ?T + 44 (0) 1189 9397431 ? www.visaeurope.com ABOUT VISA EUROPE - Visa Europe is a membership association of more than 4,000 European banks and payment institutions. As a payment technology business, we provide the brand, systems, services and operating rules that make electronic payments between millions of European consumers, retailers, businesses and governments happen. We continually invest and innovate, creating new and better ways to pay and be paid. We make money flow. For more information, please contact us. P Please consider the environment before printing this email -------------- next part -------------- An HTML attachment was scrubbed... URL: From rb.proj at googlemail.com Sat Oct 20 11:38:27 2012 From: rb.proj at googlemail.com (Reimar Bauer) Date: Sat, 20 Oct 2012 17:38:27 +0200 Subject: [Moin-user] Cant upload attachments...help In-Reply-To: References: Message-ID: Am 19.10.2012 09:37, schrieb Welsh, Neil: > Hi All, > > I am new to Moin I have managed to set up a local server running the > wikiserver.py and that works great. However I have just tried to start > an Apache server and I am unable to upload attachments. I am using > apache 2.2 moin 1.95 and Python 2.6 Any Ideas? > > in the Apache log i get the following error: > > [error] [client XX.XXX.XXX.XX] 2012-10-19 08:33:14,609 WARNING > MoinMoin.log:139 using logging configuration read from built-in fallback > in MoinMoin.log module!\r, referer: > http://XXX/mywiki/AbInitioDevelopersWiki?action=AttachFile > [error] [client XX.XXX.XXX.XX] 2012-10-19 08:33:15,095 INFO > MoinMoin.config.multiconfig:127 using wiki config: > C:\\Moin\\mywiki\\wikiconfig.pyc\r, referer: > http://XXX/mywiki/AbInitioDevelopersWiki?action=AttachFile > [error] [client XX.XXX.XXX.XX] 2012-10-19 08:33:16,766 WARNING > MoinMoin.log:139 using logging configuration read from built-in fallback > in MoinMoin.log module!\r, referer: http://XXX/mywiki > [error] [client XX.XXX.XXX.XX] 2012-10-19 08:33:17,125 INFO > MoinMoin.config.multiconfig:127 using wiki config: > C:\\Moin\\mywiki\\wikiconfig.pyc\r, referer: http://XXX/mywiki > > Cheers, > Neil > Hi the status is WARNING or INFO what is the error if you do upload an Attachment? Reimar > *Neil Welsh*?Ab Initio Development | Visa Europe?T + 44 (0) 1189 9397431 ? > www.visaeurope.com > ** > ** > *ABOUT VISA EUROPE*- Visa Europe is a membership association of more > than 4,000 European banks and payment institutions. As a payment > technology business, we provide the brand, systems, services and > operating rules that make electronic payments between millions of > European consumers, retailers, businesses and governments happen. We > continually invest and innovate, creating new and better ways to pay and > be paid. We make money flow. For more information, please**contact us. > > > PPlease consider the environment before printing this email > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > > > > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user >