Thread: [LDAPsh-devel] Re: Hi
Status: Beta
Brought to you by:
rcorvalan
From: Rafael C. <Raf...@li...> - 2002-07-30 15:38:34
|
In reply to message from Peder O. Klingenberg: --------------- Hello Peder, > An idea for the longer term is to support > #!/usr/bin/ldapsh and write scripts in > ldapsh syntax This is a good idea. I had another idea is to make ldapsh a module and a script. The script just beeing something like "use LDAPsh; shell;". Just like CPAN does. > I'll be uploading a couple of patches to sourceforge > in a moment (nothing big, just details). I applied 2 of them. The "diff1" patch should be updated to allow users to choose the encryption SSL or TLS. In fact, my ADS and OpenLDAP car do SSL, but are not setup to do TLS... I'm probably not the only one... > One thing I'm seeing which I'm not quite sure how > to fix yet is the ReadLine::GNU password handling. > My xterm prints funny characters around the "Password:" > prompt, and if I type the wrong password, it's echoed > back at me. Several times, in fact. Anyone else seeing > this? I'll be looking at it in more detail later on. I already saw something similar with some terminals. I think it's closely related to ReadLine::GNU and I didn't go more in-depth to see where does the problem comes from. > Two questions: Why is the CVS structure as it is? > It's impossible to check out the project as a module > using anonymous pserver, I had to check out each file > explicitly. Other sf projects I have worked on have > their files under /cvsroot//, so that > 'cvs -d:pserver:anonymous@...sf.net:/cvsroot/ co ' > work. The only reason is: ignorance ;-) I didn't though on that issue. I don't understand very well sourceforge architecture so I just followed the recommendations I found on one of the docs. What do you expect exactly? Do you want me to create a ldapsh directory under /cvsroot/ldapsh? So you can do: cvs -d:pserver:ano...@cv...:/cvsroot/ldapsh co ldapsh ? Because I tried your setting: "cvs -d:pserver:anonymous@...sf.net:/cvsroot/ co " but I don't understand how can it works since /cvsroot is not owned by me... > Next: What does it take to get ssh access to ldapsh cvs? I'm > currently behind a firewall that does not allow pserver through. To > do anything useful I have to check out ldapsh to another machine, and > scp files through the firewall, which is kind of a hassle. I'm not familiar with sourceforge environment, but if you point me to a doc which explains how to do so, I'd be happy ;-))) Thanks a lot Rafael |
From: Rafael C. <Raf...@li...> - 2002-07-31 08:50:10
|
Peder, You are now a "developper" of the project, I hope this will be enough... The doc is not really clear, there is an inconsistency between the doc and the screens shown... I asked sourceforge admin to move the files in the CVS repository (only sourceforge staff can do so). See http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D588998&group= _id =3D1&atid=3D200001 I've done so because I think this is a good thnig. "ldapsh" will be a CVS "module", and I will create a new module "buil-rel" where I will put the scripts I have to build the releases (run pod2html, generate tarballs etc...). In the mid-time, you can get all the files using "cvs -dXXXXXXX co ." Rafael |
From: <po...@li...> - 2002-07-31 09:39:01
|
"Rafael Corvalan" <Raf...@li...> writes: > You are now a "developper" of the project, I hope this will be enough... > The doc is not really clear, there is an inconsistency between the doc > and the screens shown... Thank you. Yes, that was enough. > In the mid-time, you can get all the files using "cvs -dXXXXXXX co ." Ah, of course. -- Peder O. Klingenberg | Systemkonsulent/Systems Consultant Linpro AS | URL: http://www.linpro.no/ Wdm. Thranes Gt 98b | Tlf: +47 22 87 11 80 NO-0175 OSLO | Fax: +47 22 87 11 81 |
From: <po...@li...> - 2002-07-31 09:41:48
|
In the ldapsh doc, AUTHOR section, you are listed with the mail address <raf...@ne...>. I notice you're not sending mail with that address, is it still valid? -- Peder O. Klingenberg | Systemkonsulent/Systems Consultant Linpro AS | URL: http://www.linpro.no/ Wdm. Thranes Gt 98b | Tlf: +47 22 87 11 80 NO-0175 OSLO | Fax: +47 22 87 11 81 |
From: <po...@li...> - 2002-07-30 15:51:34
|
"Rafael Corvalan" <Raf...@li...> writes: > What do you expect exactly? Do you want me to create a > ldapsh directory under /cvsroot/ldapsh? So you can do: > cvs -d:pserver:ano...@cv...:/cvsroot/ldapsh co ldapsh ? That would look more like the other projects I've seen, yes. > Because I tried your setting: > "cvs -d:pserver:anonymous@...sf.net:/cvsroot/ co " > but I don't understand how can it works since /cvsroot is > not owned by me... No, that won't work. I tried that as well :) > I'm not familiar with sourceforge environment, but if you point > me to a doc which explains how to do so, I'd be happy ;-))) Basically, I think the only way to grant ssh access to CVS is to make someone a developer on your project. I assume you can do that from the Admin pages on the project page. I'm a bit fuzzy on the details, because I'm not an admin of any sourceforge projects, so I've never seen those pages. The drawback is that making someone a developer grants commit rights as well, which you may not want to give out. But I'm asking anyway: can you make me a developer on ldapsh? I promise I won't commit anything without permission. -- Peder O. Klingenberg | Systemkonsulent/Systems Consultant Linpro AS | URL: http://www.linpro.no/ Wdm. Thranes Gt 98b | Tlf: +47 22 87 11 80 NO-0175 OSLO | Fax: +47 22 87 11 81 |