> > > atom wrote: > > > > Well i agree that hiding the special "$" is a good idea. > > > > I don't understand how can I parse the smbclient Output wihout the "Disk" > > word > > > > > smbclient -L atomix | sed s/' Disk '// > Also I noticed you don't care about possible spaces in the share names > and theys are being passed > to the web form without "webalization" (replacing with %20). > One more potential problem with smbclient - it will cut share names that > are longer than 14 characters. So you may want to find another way of > getting list of shares. I'm sure there is a Perl module for it.
Well they are actually, everywhere in the functions.php file you will find urlencode functions when passing parameters like dirs or files also shares as variables. > > > > Why is it confusing since the software only operates on files. Also maybe > > Beecause it does not carry useful information since all the shares we > are interested > in marked as "Disk". I'll look for some perl modules for smbclient output parsing. Maybe that will help. > > you have an old version > > of Thor (see fresmeat.net for the latest version). > > > No, I grabbed it from your site. It si v0.5p1. > > > > > > And the auth utility well it work, look at http://212.160.15.90 and click > > the Thor Demo, then click the yellow key > > and you will be prompted for a Login and Password. It's just a simple link > > so it should work to that level at least. > > > > I don't know. In my case it does not happen. I don't get any login > prompts. I have to look into that since it's a simple <a href to a file, > > Thank you again for interestng in this. > > > > Atom > > > > atom wrote: > > > > > > > > What word "Disk". Could you be more specific. > > > > > > As far as I understand you parse smbclient output and put Sharename and > > > Type columns > > > as label for a link to the share - "ShareName Disk". I don't think the > > > word Disk carries much useful info. It is rather confuses. > > > > > > > And the printers youre right, i'll work on it (i forgot about that, > > > > there are no shared printers in my network). > > > > > > There is also such shares as IPC$ and ADMIN$ that should be hidden. > > > > > > > Could you tell me to what kind of server you were trying to log in > > > > (when the auth failed). I'm working on that now too, i have some > > > > > > Samba 2.2.6. > > > I don't see any passwords prompts at all when try to click on the auth > > > button. > > > At the same time I watch that it spits word "Password:" in the Apache > > > error log. > > > > > > > problems with encrypted passwords so that might be a problem. > > > > Thank you for your help. > > > > > > > > > Any time. > > > Actually the interface you are making is something that many people > > > need. > > > As you probably know there was smb2www script that is very outdated and > > > has some > > > major issues (such as running away processes consuming 100% CPU). > > > So it would be good to have something that work with new versions of > > > Samba. > > > Keep up your work ! > > > > > > > > > > > > > Atom > > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba > -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
