Re: [Samba] Re: question about wiki.samba.org

2006-09-05 Thread Deryck Hodge

On 9/4/06, simo <[EMAIL PROTECTED]> wrote:

On Mon, 2006-09-04 at 17:29 +0200, Franz Pfoertsch wrote:
> You are right!
>
> but there is no link from www.samba.org to the wiki, so it is only a hidden
> side.
>
> The developers didn't use the wiki.

This is not true, but we can probably use it more, I agree on this.

> the article about clustering is great, we need some more of stuff like this.
>
> I think about a page about the smb.conf, but it makes no sence when the
> developer did not write into the wiki.
> 
(http://wiki.samba.org/index.php/Samba_Features_added/changed_%28by_release%29#Changes_in_smb.conf)
>
> I hope everybody is using the wiki

I think that many looks at it, maybe we should make it more visible.

Deryck,
what do you think?



Yes, it needs a link from samba.org.  I think that would be enough.
I'll grab that now.

Cheers,
deryck

--
Deryck Hodgehttp://www.devurandom.org/
Web Developer, Naples News http://www.naplesnews.com/
Samba Team http://www.samba.org/
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] {bugzilla,news}.samba.org are temporaily down

2006-07-11 Thread Deryck Hodge

On 7/11/06, Gerald (Jerry) Carter <[EMAIL PROTECTED]> wrote:

Folks,

Just a heads up for everyone.  We are aware of the problem
and are continuing to work on resolving it.



{wiki,people,project}.samba.org are also affected.

Cheers,
deryck

--
Deryck Hodgehttp://www.devurandom.org/
Samba Teamhttp://www.samba.org/
To begin... To begin... How to start? I'm hungry.
I should get coffee. Coffee would help me think. --Charlie Kaufman
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba interface to CVS/Subversion

2006-05-04 Thread Deryck Hodge

On 5/4/06, Henrik Zagerholm <[EMAIL PROTECTED]> wrote:

Hello,

Well, we are using samba shares as subversion repos but it is not
exactly what you are looking for I think.
If you want to handle file events and connect them to svn commands
your best bet would be a VFS module.

I don't think one like that exists but at least Recycle VFS does
something on the delete event and perhaps the Audit VFS handles all
the events you are looking for.
Either way you could simple write your own :)



There is a proposed project for Summer of Code that would do this
sort of thing.  I need something similar for work and haven't had the
time.  I'm hoping a student will bite. :-)

http://samba.org/samba/projects/summercode06.html

If not, I'll probably get it one day.  But that day is way off
in the foggy future.

Cheers,
deryck

--
Deryck Hodge
http://www.devurandom.org/
http://www.samba.org/

"Aimless days, uncool ways of decathecting" --Mike Doughty (2005)
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] IntegraTUM WebDisk

2006-02-09 Thread Deryck Hodge
On 2/8/06, Gerald (Jerry) Carter <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Thomas Bley wrote:
> > Hello everybody,
> >
> > IntegraTUM WebDisk is a free web application which gives you direct
> > access to a file server. It is written using Java Servlets and the jCIFS
> > library. Supported file servers are Samba, MS Windows and NetApp OnTAP
> > and those based on the CIFS-protocol. (License is GPL)
> >
> > Maybe you can place a link on http://www.samba.org/samba/GUI/ ?
> >
> > WebDisk Homepage:
> > http://sourceforge.net/projects/webdisk/
> >
> > Screenshots:
> > http://www.simple-groupware.de/cms/index.php?n=WebDisk.Screenshots
> >
> > Thanks and best regards,
> > Thomas Bley
>
> Deryck,  Would you take a look and pick this up for the sight.
>

Got it.  Mirrors update with 24 hours usually.
Looks nice, Thomas.  Good work.

Cheers,
deryck

--
Deryck Hodge
http://www.devurandom.org/
http://www.samba.org/

"Aimless days, uncool ways of decathecting" --Mike Doughty (2005)
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] VFS audit

2006-02-07 Thread Deryck Hodge
On 2/7/06, Ryan Taylor <[EMAIL PROTECTED]> wrote:
> That is great! And only leaves one problem:  The only way we know
> easily who did what and where is by putting the logs in a log file
> like "%U.%m.log" .  Is there yet another way to accomplish this
> because syslog doesn't have those variables?  The ultimate goal is to
> parse and put in a database for statistics and finding out who messed
> up.
>
> Biggest question yet: Is there somewhere I could have read to find the
> solution you suggested above with the facilities/priority etc.. I hate
> to ask questions like this if there is somewhere I can read and learn
> from myself.  I have searched the Internet tirelessly and have not run
> across the solution you suggested.  How can I find such solutions...?!
>
> Thank you for your time and help!,
>

See John's post at the top of this thread (from this list via Google groups):
http://groups.google.com/group/linux.samba/browse_thread/thread/473b9e9f57235416/ba89a22fc1e25a95?lnk=st&q=group%3A*samba*+vfs+log+author%3Aterpstra&rnum=1#ba89a22fc1e25a95

The facility and priority parameters are new for the audit modules and
are not documented yet.  Prior to those smb.conf parameters (and as
the default setting now) audit modules log to user.notice.

Cheers,
deryck

--
Deryck Hodge
http://www.devurandom.org/
http://www.samba.org/

"Aimless days, uncool ways of decathecting" --Mike Doughty (2005)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] VFS audit

2006-02-07 Thread Deryck Hodge
On 2/2/06, Ryan Taylor <[EMAIL PROTECTED]> wrote:
> Not only is it harder to parse but it doesn't show
> open/close/edit/etc.. of files and seems completely different than
> 'audit'.
>
> I am just wondering if there is a way to get 'audit' results into the
> logfile other than syslog.
>

With any of the audit modules, you can direct the entries being sent
to syslog to an external file.

In smb.conf, something like the following

vfs objects = full_audit
full_audit:facility = LOCAL5
full_audit:priority = NOTICE

will allow you to do this in /etc/syslog.conf:

local5.notice/path/to/another/log

Restart or reload syslogd and away you go.

Cheers,
deryck

--
Deryck Hodge
http://www.devurandom.org/
http://www.samba.org/

"Aimless days, uncool ways of decathecting" --Mike Doughty (2005)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Newbie: Directory Not Accessible

2006-02-02 Thread Deryck Hodge
On 1/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I am a newbie to samba. I have successfully setup a similar samba share on 1 
> machine in the past.
>
> I have everything setup as User access with the pcguest as a guest account. 
> If I create a share to
> the /tmp, network users can access normally. I created a directory /var/snd 
> and set permissions to
> be rwxrwxrwx. I changed the smb.conf so that permission were identical to the 
> share for /tmp. I
> restarted samba. But, Windows XP network users cannot access this public 
> share (while they can
> still hit the share to /tmp). Both shares are visible on the network.
>
> This has got to be obvious to others, but I don't get it. It has to be a 
> security setting. I can
> post the smb.conf here, but it is so basic, that it would probably be 
> meaningless.
>

Are you trying to allow guest access to the new share just like with
the /tmp share?  Go ahead and post the smb.conf, too.

Cheers,
deryck

--
Deryck Hodge
http://www.devurandom.org/
http://www.samba.org/

"Aimless days, uncool ways of decathecting" --Mike Doughty (2005)
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Any upcoming Samba classes?

2006-01-18 Thread Deryck Hodge
On 1/17/06, Gerald (Jerry) Carter <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Jonathan Johnson wrote:
>
> > I was wondering if there are any plans for future Samba
> > workshops?
>
> We try to maintain a calendar of developer appearances at
> http://news.samba.org.
>

As Bill pointed out on IRC, this is currently a bit out of date, but
I'm collecting dates as I write... :-)  Should be updated through the
Spring in the next day or two.

Cheers,
deryck

--
Deryck Hodge
http://www.devurandom.org/
http://samba.org/
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] SVN/CVS-like share for Samba users?

2006-01-04 Thread Deryck Hodge
On 1/4/06, Gerald (Jerry) Carter <[EMAIL PROTECTED]> wrote:
> Deryck does something like this at work but I think it's geared
> to support multiple concurrent writers. Does use svn as the
> backed IIRC.
>
> Maybe he can add a few comments.

In my setup, the share is itself a subversion working copy.  At the
end of the day, I have a script commit the changes.  My need is only
for an easy backup of the day's work.  I don't have to negotiate
between changes by multiple users on the same file.

I'll probably work my setup into a proper VFS module at some point,
but I don't think it would do what the original poster wanted -- i.e.
make backup copies when users save the file.  I'm not sure how you
could sanely negotiate merges from all those backups anyway, but maybe
there's a way.

Cheers,
deryck

--
Deryck Hodge  
http://www.devurandom.org/
Samba Team  
http://www.samba.org/
Auburn University Libraries   http://www.lib.auburn.edu/

Have you ever stood and stared at it? Marveled at its beauty? Its genius?
Billions of people just living out their lives, oblivious.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Re: LDAP account management tools?

2005-12-14 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Craig White wrote:
> 
>>* where to store machine trust accounts?
>>  Should you sub-structure your accounts ou or not?
>>* use DSA for NSS, PAM, Samba, Radius, replication, etc.?
>>  pros? cons? Impact on ACL?
>>* Where to store the sambaDomainName entry?
>>  (directly at the tree root or use your own ou?)
>>* best way on how to configure your ACL
>>* Which tools should one use to change user passwords?
>>  smbldap tools? Web GUI? PAM with pam_ldap?
> 
> 
> Methinks that the future samba wiki might be a good place for this
> 

Agreed.

Craig is aware of this, but for others who are interested... Jerry and I
are working on infrastructure for the wiki, which we hope to have completed
in the next couple weeks.  This took longer than originally expected due to
a server upgrade.

More wiki info will follow when available.  Cheers,

deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Samba Team  http://www.samba.org/
"This is the 21st century ... Magic isn't dead." --Marillion (2001)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDoIQX4glRK0DaE8gRAjMbAJ9tQ69CB5MCG1TSLack0oq3QykrlQCgkzcD
gsfwmTxTMZNykVqC/a/BKDk=
=YziC
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: LDAP account management tools?

2005-12-14 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gerald (Jerry) Carter wrote:
> Deryck,
> 
> Should we create a list of LDAP management tools that support
> the Samba schema?  For example, LAM & phpLdapAdmin.
> 
> http://lam.sf.net/
> http://phpldapadmin.sf.net/
> 

Sounds like a fine idea to me.  I probably need to do a bit of website
reorganization so that tools, i.e. GUIs, LDAP management, etc., are easier
to find.  I'll think through the best way to handle this.

Meanwhile, can others chime in with their favorite LDAP tools?

Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Samba Team  http://www.samba.org/
"This is the 21st century ... Magic isn't dead." --Marillion (2001)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDoEch4glRK0DaE8gRAq3iAKCr0w7kBiuAV7eO0Rmb8EcJF0jZ+ACgzudn
nPe6a3X9x5R8C2XKMVIurYU=
=x6Mu
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] samba management tools

2005-12-14 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gerald (Jerry) Carter wrote:
> mourik jan c heupink wrote:
> 
>>>dear list
>>>
>>>On the samba.org pages there is an overview of Samba GUI's. I've
>>>recently (via a post on this mailinglist) discovered
>>>http://ldapadmin.sourceforge.net/
>>>
>>>It looks very good. Anyone using it here? Experiences?
>>>
>>>A specific reason why it it not listed on the Samba GUI page?
> 
> 
> Nope.  Just an oversight.  I'll get Deryck to post a link today.
> 
> 

We usually only add tools as I'm notified about them, so some how this one
escaped our attention/notice (in terms of the list).  Will get it added
shortly.  Cheers,

deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Samba Team  http://www.samba.org/
"This is the 21st century ... Magic isn't dead." --Marillion (2001)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDoEZx4glRK0DaE8gRApvKAJ4zogGMco1LYL70UWV2TUW332QyFwCgqmMJ
ODhGt0+Iicasi6LmtO9Z0NE=
=CrUp
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] audit and recycle VFS modules

2005-11-08 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Toni Casueps wrote:
> I have activated the audit.so module and it logs information about file
> access but not in the format I want: it doesn't log the user name and
> host name who performed each action on a file or directory. How can I
> set the format of this log?

Look at the full_audit module.  See comments in
/source/modules/vfs_full_audit.c for smb.conf parameters.

Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Samba Team  http://www.samba.org/
"This is the 21st century ... Magic isn't dead." --Marillion (2001)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDcPL44glRK0DaE8gRAswBAJ42gX9GGMtSG0G2RhuXDRv9bG9DUACgvvjI
7zaEa93wbtkdeKINv2rWkz4=
=hFKi
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] what's the best filesystem

2005-10-04 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eric A. Hall wrote:
> I'm using Reiser now but its slow and doesn't work good XP attributes.
> I've also used XFS (a couple of years ago) and liked it but had some
> troubles with cross-platform Unix and the extended ACLs.
> 

As a wise man once said to me -- Reiser eats files.  I had to learn the
hard way.  Don't make the same mistake I did. :-)

Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Samba Team  http://www.samba.org/
"This is the 21st century ... Magic isn't dead." --Marillion (2001)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDQsXg4glRK0DaE8gRAsXgAKDZLd2lt7mR1HLxnapPN2PmIDw1GACg0TT8
VPOfA0dYG/3h85ZYoHj0yZc=
=TXKf
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: am I the only one that pam_mkhomedir+samba makes machine folders for?...was RE: [Samba] pam_mkhomdir.so is creating machine folders when usedwithsamba

2005-10-03 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Barry Smoke wrote:
> I see a ton of past archive mails for pam_mkhomedir.so, 
> but I don't see anyone else with my problem.  Do others just not care
> that  a bunch of extra folders with the machine names are getting
> created, 
> or is it not happening for anyone else, 
> and I have just done something wrong?

I believe that creating machine home directories is pam_mkhomedir.so's
default behavior.  Look at a root preexec script to create user home
directories if they don't already exist.

Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Samba Team  http://www.samba.org/
"This is the 21st century ... Magic isn't dead." --Marillion (2001)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDQVCf4glRK0DaE8gRAmqlAJwNNHNmqASuLNxszOiyjW07BxaVWwCdGjz4
k+jEdhmCwlFPq94VBaodY3E=
=WUFN
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Simple fix to horrible bug in Samba website CSS

2005-06-30 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nick Urbanik wrote:
> On Wed, Jun 29, 2005 at 10:52:44AM -0500, Deryck Hodge wrote:
> 
>>What are you trying to do, comment out the height?
> 
> 
> Yes, I'm just starting to get up to speed with CSS.
> 

No problem.  If you haven't found this yet, here's a great resources for
getting up to speed on CSS:

http://www.dezwozhere.com/links.html

And if you like specs...

http://www.w3.org/Style/CSS/


>>I will put this on my todo list.  If you don't see a fix by the middle of
>>next week, feel free to email me personally about it.
> 
> 
> Hey, I trust you, I don't want to give you a hard time, thanks for the
> good work!
> 

You're welcome.  Glad you like it. :-)

> 
>>btw, I'm glad the bug didn't bother you so bad as to prevent you
>>from using the styles on your own website.
> 
> 
> Yes :-} That's how I found the cause of the problem (though I removed
> the height spec and modified a few other things :-) I hope you don't
> mind.  If you do, I'll remove your style.
> 

It's walking a fine line to copy styles from another site so closely
without asking permission first.  I'm certainly happy for you to borrow
from the stylesheet, learn from it, etc.  (See the updated CSS for notes
about using and modifying the stylesheets on samba.org.)  Perhaps you could
use the CSS as a starting point and build your own look from that.

You aren't copying the samba.org look *exactly*, which is the only thing
prohibited without permission.  But you are awfully close. :-)

I'm glad you like the look. really, I am.  But try to add more of your own
touch, so it's not like a mini-samba.org. :-)

Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Samba Team  http://www.samba.org/
"...it is not the spoon that bends, it is only yourself." --from The Matrix
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCxCgo4glRK0DaE8gRAvVgAKCpPvTblQtmP5QCFEj6NQBZYm6UFwCcCAXD
KDXKu3IA9EPRnDYu582t2U0=
=Kyh0
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] SWAT login fails

2005-06-30 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Vangel wrote:
> 
> swat uses the samba usernames, so you first need to issue `smbpasswd -a
> root' if you haven't done so already.
> 

Not true.  SWAT authenticates against /etc/passwd.

Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Samba Team  http://www.samba.org/
"...it is not the spoon that bends, it is only yourself." --from The Matrix
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCxB/u4glRK0DaE8gRAl62AKDMnVATYehgueEQM9WhPhRyxkHgogCfc+0x
rez2v0W30cDk0ydX9mM5TzY=
=1j4h
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Simple fix to horrible bug in Samba website CSS

2005-06-29 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gerald (Jerry) Carter wrote:
> Nick,
> 
> Is this an old message?  I thought we already talked about this?
> Deryck, don't you remember a discussion about this?
> 
> 
> 

Nope.  In fact, I never got (or noticed) this mail before now.  I don't
know what happened, but I can't even find a trace of it.  Sorry about that!

>>>>I've never noticed any of the display problems you describe.
>>>
>>>Because you never pressed Ctrl-+ many times in Firefox until the font
>>>became larger than the fixed size of 20 pixels.
>>>
>>>I have attached two screen images of the menu, one with the default
>>>CSS, the other with the following simple patch applied.

I agree this needs to be fixed.  You're just the first to report problems
on really high resolutions.  I guess most people who use high resolutions
generally like the tiny fonts. :-)

>>>
>>>$ diff -u main.css-orig main.css
>>>--- main.css-orig   2005-06-08 19:19:21.0 +1000
>>>+++ main.css2005-06-08 19:18:55.0 +1000
>>>@@ -161,7 +161,7 @@
>>> .nav a:link,
>>> .nav a:visited {
>>>display:block;
>>>-   height:20px;
>>>+   #height:20px;
>>>font-size:small;
>>>color:#2B5C9F;
>>> }
>>>
>>>Trust me, it needs fixing.
>>>

And trust me, it will be. :-) Although, your solution isn't acceptable.
What are you trying to do, comment out the height?  The hash hack generates
parse errors on CSS validators, and it doesn't work consistently.  Were you
trying to hide the style from Firefox while leaving it visible to other
browsers?

The simplest solution is to not specify a height at all, but as I say, I
think I did this for a reason (i.e. trying to fix a bigger, more obvious
problem.)  I'm hesitant to remove the height rule without testing across
multiple browsers, which I can't do today.

I will put this on my todo list.  If you don't see a fix by the middle of
next week, feel free to email me personally about it.

Cheers,
deryck

btw, I'm glad the bug didn't bother you so bad as to prevent you from using
the styles on your own website.

- --
Deryck Hodgehttp://www.devurandom.org/
Samba Team  http://www.samba.org/
"...it is not the spoon that bends, it is only yourself." --from The Matrix
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCwsPL4glRK0DaE8gRAmoAAJ99aVE5QqgaRzyOYJULRIBdLQCiVACcD4hT
ty1nJYUlLpsb3EnCw4Nclm4=
=+wSA
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba Install/SWAT Access

2005-04-17 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eric Hines wrote:
> Paul,
> 
> Thanks for your response.  I got the version from samba.org as a tar.gz
> file, which turned out to be source code.  I did install from source. 
> Where can I get an rpm package for this version?  Alternatively (for my
> longer term benefit), how do I a) get FC3 to look at/use the upgrade
> version in the samba team's directory structure, or b) install the
> upgrade version into FC3's directory structure?
> 
> Thanks
> 
> Eric Hines
> 

Eric,

You can specify a different directory structure when using configure.  Run
"./configure --help" to see the options.
Running "./configure --help | grep dir" produced the following:

 --srcdir=DIRfind the sources in DIR [configure dir or `..']
Installation directories:
Fine tuning of the installation directories:
  --bindir=DIR   user executables [EPREFIX/bin]
  --sbindir=DIR  system admin executables [EPREFIX/sbin]
  --libexecdir=DIR   program executables [EPREFIX/libexec]
  --datadir=DIR  read-only architecture-independent data [PREFIX/share]
  --sysconfdir=DIR   read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIRmodifiable single-machine data [PREFIX/var]
  --libdir=DIR   object code libraries [EPREFIX/lib]
  --includedir=DIR   C header files [PREFIX/include]
  --oldincludedir=DIRC header files for non-gcc [/usr/include]
  --infodir=DIR  info documentation [PREFIX/info]
  --mandir=DIR   man documentation [PREFIX/man]
  --with-privatedir=DIR   Where to put smbpasswd ($ac_default_prefix/private)
  --with-lockdir=DIR  Where to put lock files
($ac_default_prefix/var/locks)
  --with-piddir=DIR   Where to put pid files ($ac_default_prefix/var/locks)
  --with-swatdir=DIR  Where to put SWAT files ($ac_default_prefix/swat)
  --with-configdir=DIRWhere to put configuration files ($libdir)
  --with-libdir=DIR   Where to put libdir ($libdir)
  --with-mandir=DIR   Where to put man pages ($mandir)
  --with-krb5=base-dirLocate Kerberos 5 support (default=/usr)
  LDFLAGS linker flags, e.g. -L if you have libraries in a
  nonstandard directory 
  CPPFLAGSC/C++ preprocessor flags, e.g. -I if you have
  headers in a nonstandard directory 

So you'll have to know which directories to use, but you could then specify
them with something like:

./configure  --with-configdir=/etc/samba \
--with-privatedir=/etc/samba/private \
--with-logfilebase=/var/log/samba \
(and on and on until you cover each directory in the
 original installation.)

To use the new installation in the default location, make sure you've
stopped the original binaries.  Run "ps -ef | grep mbd" to confirm nothing
is running.  Then cd to the sbin directory of the new installation and
start the new binaries (a la ./smbd -D).  If you're want to start the new
Samba server with SWAT, make sure the inetd/xinetd entry for SWAT is
pointing to the correct SWAT binary.

Hope that helps.  Cheers,

deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/

Yes, words are useless. Gobble, gobble, gobble, gobble, gobble!
Too much of it, darling. Too much!  --Edna Mode
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCYtUm4glRK0DaE8gRAmPTAKCMcK+O9fnD6AYQKUc53svWZOFrMQCgoyBs
Xl+xwcXWvr5hInTrJW5xF5I=
=30Lg
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Testparm

2005-03-25 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tom Skeren wrote:
| What's the trick to use testparm to clean up your smb.conf file?
|
testparm -s smb.conf.master > smb.conf
More info is available from the docs --
http://samba.org/samba/docs/man/Samba-Guide/HA.html#id2595245
Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
We've got information in the information age, but do
we know what life is outside of our convenient Lexus cages?
- --Switchfoot, from "Gone"(2003)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCRGWL4glRK0DaE8gRAiMMAKDYiXU7nuDMfznz3eMV2Ki2pv6eTQCgzYs7
J84ia4b3h4zTKSHMxFxs7FQ=
=57W5
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] Re: SWAT features

2005-03-15 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
| Deryck Hodge <[EMAIL PROTECTED]> writes:
|
|
|>My question then -- what do people use SWAT for?  Is it primarily a
|>web-based front end for editing smb.conf?  An entry point for
|>documentation?  A gui for setting up Samba without knowing much about
|>smb.conf?
|
Thanks to all for the comments.  Most replied off list and the comments
were in line with what I expected -- preserve comments, beef up the
wizard functionality.  I really just wanted to make sure that my
understanding of how SWAT is used -- which affects my choice of style,
navigation look, etc. -- was in line with others here.  That looks to be
the case.
I should have something checked into trunk within the week and will look
for further feedback then.  Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
Have you ever stood and stared at it? Marveled at its beauty? Its genius?
Billions of people just living out their lives, oblivious.
- --from _The Matrix_(1999)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCNwYo4glRK0DaE8gRAirkAKDCd/C/ti6cxIyN52Z//+8aGfnLWACggozr
DuJtFrDXSsAV/bzeTZyCWOA=
=Z7sh
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] SWAT features

2005-03-14 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi, all.
I've been working on SWAT in trunk for the last few weeks.  My work
started as nothing more than a cosmetic redesign, trying to modernize
SWAT and offer a clean, sophisticated interface.  As I've gotten deeper
into this, it seems to me that SWAT could use some improvements to its
overall design -- not just aesthetically, but functionally.
For example, some features seem aimed at making setup as easy as
possible (the wizard tool) while others (globals and shares) offer
complete editing capabilities to smb.conf.  This working at
cross-purposes became clear to me as I tried grouping functions under
3-4 over-arching navigation headings.
My question then -- what do people use SWAT for?  Is it primarily a
web-based front end for editing smb.conf?  An entry point for
documentation?  A gui for setting up Samba without knowing much about
smb.conf?  Also, what features do you like most/least?  And what's
missing from SWAT in your opinion?
Thanks for the input.  Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
Have you ever stood and stared at it? Marveled at its beauty? Its genius?
Billions of people just living out their lives, oblivious.
- --from _The Matrix_(1999)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCNbYw4glRK0DaE8gRAkkPAJoDNIf/nqXuQ6pL4n/YlBPLVT8YXgCgmST8
EVMqHnAfQOpQZhEqkmoyP+k=
=BMK7
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Re: OT: Is "Samba" an acronym?

2005-03-03 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jeremy Allison wrote:
|
| Californians sounds *great* to me ! Dude ! It'll hold the room
| together. :-).
|
| Or how about just "California - the CIFS file and print server" ?
|
| Jeremy.
Or: California - the CIFS file and print server -- Opening Windows to a
narrow, though sunny and beautiful, stretch of the west-coast world.
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
Inside my head's a box of stars I never dared to open.
- --Sting, from _Sacred Love_(2003)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCJ1HY4glRK0DaE8gRAtq9AJ9ljukqUTDThSJQJlAYGy7ijfvFegCdHIaA
wW6O2rG314ESVA/Ju0D+0iM=
=PAr2
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] development mailing list?

2005-03-03 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrew Bartlett wrote:
|
| This command *should* get you the docs (which I agree, we should make
| easier to find)
|
| svn co svn://svnanon.samba.org/samba-docs/trunk samba-docs
|
|
| Andrew Bartlett
|
|
http://samba.org/samba/docs/ has this information listed under the
heading "Contributing," as well as some info on how to submit docs
patches through Bugzilla.  If this info is not clear or not easy enough
to find, I'm open to suggestions for how to make this clearer.
Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
Inside my head's a box of stars I never dared to open.
- --Sting, from _Sacred Love_(2003)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCJyKs4glRK0DaE8gRAj2CAKDm8x9KBvypRfgoouoFUjwT9bvwvACguF39
IDwsg4nL7/Sz0b77qFkG8hI=
=RX3e
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] OT searchable samba archive

2005-03-02 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert W. Burgholzer wrote:
| Can anyone point me to a search interface for this lists archive. I
couldn't
| find reference on the lists.samba.org site.
|
| Thanks,
| r.b.
|
| Robert W. Burgholzer
| Online Workout Editor -
http://soulswimmer.dynalias.net:8080/swim/workoutlog/
| rburghol at veetee dot edu
|
Please see http://samba.org/samba/archives.html
Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
Inside my head's a box of stars I never dared to open.
- --Sting, from _Sacred Love_(2003)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCJhLq4glRK0DaE8gRAlXAAJwMDiXBYwAS/Uez/TfTl9/0wEatdwCfTMX6
3Rb22cosGVST7b/071Jv1l4=
=ZnRN
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] SAMBA ported to SkyOS

2005-02-08 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jeremy Allison wrote:
| On Tue, Feb 08, 2005 at 07:04:33AM +, Robert Szeleney wrote:
|
|>Hi!
|>
|>I just want to announce that I successfully ported SAMBA without any
|>modifications to SkyOS. If you want to take a look at the small SAMBA
|>configuration utility used to configure SAMBA on SkyOS, you can take a
look at
|>http://www.skyos.org
|>Thanks!
|
|
| Congratulations ! Maybe Deryk will feature this on the news page... :-).
|
| Jeremy.
Sounds like a good idea to me! :-)
Robert, do you archive the posts on your front page in some way?  Just
curious about linking to you, so that in a few days, months, etc. when
the Samba item bumps down the page, we still have a decent link on our
page.  It's not a problem if not.  Thanks,
and congratulations on the successful port...
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
Inside my head's a box of stars I never dared to open.
- --Sting, from _Sacred Love_(2003)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCCQkM4glRK0DaE8gRAu/AAJ4z6Tnobli1I/uiCdNDmDS7aTAXSQCeKO5M
4O0+6c0T4GseyiFw/5F41rE=
=Ela/
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Modifying SWAT views for general users

2005-02-02 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Roy P Costa wrote:
| I'm looking at having my general Samba users change their own
passwords on
| my Linux server using SWAT.  Is there a way that I can have them have
| access to the password changing view and not be able to see the
| configuration and status information.  Is there an easy way for those
| "button" to not appear on the web page?
|
|
| Roy Costa
| roycosta at us.ibm.com
|
|
I've just committed the attached patch to SVN.  It adds a '-P'
command-line option to SWAT.  Running swat -P will now do what you asked
about above -- only show the "Password" menu to read-only users.  Please
test it, and let us know if it works out for you.  Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
I am flawed but I am cleaning up so well.
- --Dashboard Confessional, from "Vindicated"(2004)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCARjn4glRK0DaE8gRAnA0AJ9kJD5ypPISeNc7XNtdUufkDVYKcACgow9Y
ztvJGe2eqhkDJ3Jt2msvRRk=
=5WaD
-END PGP SIGNATURE-
Index: source/web/swat.c
===
--- source/web/swat.c   (revision 5172)
+++ source/web/swat.c   (working copy)
@@ -32,6 +32,7 @@
 #include "web/swat_proto.h"
 
 static BOOL demo_mode = False;
+static BOOL passwd_only = False;
 static BOOL have_write_access = False;
 static BOOL have_read_access = False;
 static int iNumNonAutoPrintServices = 0;
@@ -530,7 +531,8 @@
image_link(_("Printers"), "printers", "images/printers.gif");
image_link(_("Wizard"), "wizard", "images/wizard.gif");
}
-   if (have_read_access) {
+   /* root always gets all buttons, otherwise look for -P */
+   if ( have_write_access || (!passwd_only && have_read_access) ) {
image_link(_("Status"), "status", "images/status.gif");
image_link(_("View Config"), "viewconfig", 
"images/viewconfig.gif");
}
@@ -1315,6 +1317,7 @@
struct poptOption long_options[] = {
POPT_AUTOHELP
{ "disable-authentication", 'a', POPT_ARG_VAL, &demo_mode, 
True, "Disable authentication (demo mode)" },
+{ "password-menu-only", 'P', POPT_ARG_VAL, &passwd_only, True, "Show 
only change password menu" }, 
POPT_COMMON_SAMBA
POPT_TABLEEND
};
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] SWAT won't start

2005-01-26 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jeff Howard wrote:
| Hi,
|
| I'm setting up Samba on a RH ES linux machine.  I have basic functionality
| working and can access a share from a Windows pc.  I set up smb.conf
| manually. I'd like to use SWAT but when I try to run it I get the error:
|
| -- The connection was refused when attempting to contact localhost:901 --
|
| I set up the xinetd configuration file exactly as I've seen online. Webmin
| works fine. I'm logged in as root. I tried turning off ipchains. Can't
| get rid
| of this error. Anyone have any ideas?
|
| Thanks in advance 
|
| Jeff
|
Do you have an entry in /etc/services?  You need a line like:
swat901/tcp
Also, don't forget to restart xinetd, if you change /etc/services.  Cheers,
deryck
- --
Deryck Hodgehttp://www.devurandom.org/
Auburn University Libraries http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
I found mayonnaise bottles and poked holes on top
To capture Tinker Bell
And they were just fireflies to the untrained eye
But I could always tell
- --Lori McKenna, from "Fireflies"(2004)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFB98Bm4glRK0DaE8gRAhH2AJ9XQSwKHwLYIbAwPjVz3gNsxICdrQCeNRPm
DMrK3DHAYLopexqtFVXifcw=
=St9u
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] how to check out samba-docs from SVN ?

2004-12-19 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ilia Chipitsine wrote:
| Dear Sirs,
|
| I cannot find how to check out samba-docs according to
|
To check out samba-docs from the Subversion repo:
svn co svn://svnanon.samba.org/samba-docs/trunk samba-docs
Cheers,
- --deryck
- --
Deryck Hodge   http://www.devurandom.org/
Cataloging Department  http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
GnuPG Keyhttp://www.devurandom.org/gpg_pubkey.asc
I am flawed but I am cleaning up so well.
- --Dashboard Confessional, from "Vindicated"(2004)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBxYxo4glRK0DaE8gRAsHuAKCiyw8zJFKVbgVGXywKJDdJZFGWmACg1H1I
gn7CtlcBP6RDh0ldIKyjkZw=
=dUV6
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Participation on Samba lists

2004-12-15 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
| So we're going to ban Luke from posting to the Samba Lists for
| three months, in the hope that he will re-focus his efforts on
| the project he created, and not re-hash old arguments.
|
| The Samba Team is proud of the open way we develop the Samba code
| base. Since the inception of the project in 1991 we have had a
| policy of open discussion among developers, users and other
| interested parties. We encourage anyone who wants to examine
| our commitment to openness to examine the public mailing list
| archives themselves. If anyone wants to examine the truth of
| what Luke says we also encourage people to look at the public
| record of all source code commits to Samba
|
As a member of the team, I have found nothing but open communication and
a willingness to hear ideas from all involved, even those of us with
little technical skill.  I should know, being that I came to the team
with the least in technical depth or experience.  I have always found
the Samba Team open and inviting of my input.  In the process, I have
learned much and grown in my knowledge and skill.
I also know the amount of time and effort that went into the above
decision.  It was not one that was made lightly.  It is also one I fully
support.  Cheers,
- --deryck
- --
Deryck Hodge   http://www.devurandom.org/
Cataloging Department  http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
GnuPG Keyhttp://www.devurandom.org/gpg_pubkey.asc
I am flawed but I am cleaning up so well.
- --Dashboard Confessional, from "Vindicated"(2004)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBwMOW4glRK0DaE8gRAvu/AKC840PBdgt4P7bv3YxxdoFA4j9REgCg1/cN
TJ6+CYWfsS3Vi4+r2YCJWmU=
=kOKs
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] news.samba.org: Call for Stories

2004-12-02 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi, all.
Just wanted to give everyone a heads up on a recent post to
news.samba.org.  We are looking for material for the news portion of
samba.org.  Here's the request as it appears on http://news.samba.org/:

news.samba.org is looking for stories, especially those about successful
Samba installations.  It doesn't matter if yours is a recent
install/migration or an existing setup that just works when you need it.
We want to hear from our community about how Samba is being put to good
use.  You would be surprised how your story can help spread the word
about Samba.
If you think you might have something interesting to share, go to our
story submission form <http://news.samba.org/submit.html> and let us
hear from you.  All stories will be credited to their submitter.

I'll look forward to hearing from you all. :-)  Cheers,
- -- deryck
- ------
Deryck Hodge   http://www.devurandom.org/
Cataloging Department  http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
GnuPG Keyhttp://www.devurandom.org/gpg_pubkey.asc
I am flawed but I am cleaning up so well.
- --Dashboard Confessional, from "Vindicated"(2004)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBrzY14glRK0DaE8gRAoz9AKDHtiaHtqH33wennjCKelk8qYT15gCeLx2y
kbkMijOMOCQ+9DqJvj93pNE=
=u2xY
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] SWAT not running

2004-11-14 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Peter Discart wrote:
|
| However, when I want to access the swat pages http://192.168.5.240:901
| <http://192.168.5.240:901/>
|
|
|
| There is noting found.
|
|
Hi, Peter.
Check your /etc/inetd.conf file or the /etc/xinetd.d directory, depending
on your distro, for a swat entry.  See:
http:/samba.org/samba/docs/man/Samba-HOWTO-Collection/SWAT.html/
Also, /etc/services needs the following:
swat   901/tcp
Hope that helps.  Cheers,
- --deryck
- --
Deryck Hodge   http://www.devurandom.org/
Cataloging Department  http://www.lib.auburn.edu/
Samba Team  http://www.samba.org/
GnuPG Keyhttp://www.devurandom.org/gpg_pubkey.asc
I am flawed but I am cleaning up so well.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD4DBQFBl1jR4glRK0DaE8gRAiunAJdcBWyJrChGXKyO4gj6Sfq+MQ3zAKCpbWny
wdeWPPLU8JMSyU7NQRHgdw==
=Qn5I
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] How to hire a samba developer?

2004-09-28 Thread Deryck Hodge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark Roach wrote:
| I'm curious about how one would go about contacting/hiring a samba
| developer to fix a bug, or implement a feature. I've got a particular
| bug in mind (1493), but it seems like it would be a good thing to know
| in general.
|
| Thanks,
|
| Mark Roach
|
If you're looking to contract someone to generally support/implement
Samba, you might have a look at http://samba.org/samba/support/.  If
you're interested in contracting a Samba Team developer specifically,
others could probably speak to that issue better than me.
However, several team members do have their own companies or consulting
services.  A list of team members is available at
http://samba.org/samba/team/.  I would do some checking (google or the
support list mentioned above) to see which team members are available
for the sort of work you need, rather than just blindly contacting people.
Cheers,
- -- deryck
- ----------
Deryck Hodge   http://www.devurandom.org/
Cataloging Department  http://www.lib.auburn.edu/
Web Editor, Samba Team  http://www.samba.org/
GnuPG Keyhttp://www.devurandom.org/gpg_pubkey.asc
I am flawed but I am cleaning up so well.
- --Dashboard Confessional, from "Vindicated"(2004)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBWWxy4glRK0DaE8gRAm5bAJ97B8nzQoxv8U6CLDncEsAUzIr3vACffNLW
MXTauaKqWjG2pFzsKLywhK8=
=1OGk
-END PGP SIGNATURE-
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] news.samba.org Accepting Story Submissions

2004-08-10 Thread Deryck Hodge
The Samba Team is pleased to announce that news.samba.org, the recently 
added news and information portal for samba.org, is now accepting story 
submissions.  Please visit <http://news.samba.org/> and follow the link 
to "Submit A Story."

So what is a story exactly?  From news.samba.org:
"A story may be an actual news piece about Samba, or a link to a news 
piece from another site, or a story could be an article someone has 
written that relates to Samba. Stories could also be announcements of 
related technologies, conferences, etc. that users, developers, and 
vendors of Samba might find interesting and/or useful. And in practical 
terms, we will also be publishing release announcements and Samba Team 
announcements as stories on news.samba.org."

If you have something, or have seen something online, that you think may 
be of interest to others in the Samba community, please submit a story 
via the submission form on <http://news.samba.org/>.  The Samba news 
site is, like the Samba community itself, dependent on contributors. 
Whether or not news.samba.org grows and proves useful is completely up 
to you, the dedicated users and developers of Samba.

I'll look forward to all the great stories you have to tell.  Cheers,
--deryck
------
Deryck Hodge   http://www.devurandom.org/
Cataloging Department  http://www.lib.auburn.edu/
Web Editor, Samba Team  http://www.samba.org/
GnuPG Keyhttp://www.devurandom.org/gpg_pubkey.asc
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Samba Website Updated and Redesigned

2004-08-08 Thread Deryck Hodge
If you haven't been to samba.org in the last few hours, it's time to
take a look.  Much has changed.  The Samba website has been completely
redesigned and updated.
This version of the Samba website has a striking new look and features
XHTML markup and a CSS-controlled layout.  In addition to these changes
to samba.org, the Samba Team is pleased to announce the creation of
news.samba.org, a news and information portal for all things Samba.
Regular visitors to samba.org will want to spend some time looking
around the website as pages have been moved, and in some cases
relabeled.  All of the information and features of the original
samba.org have been preserved while many new features have been added.
Some of the goals of the samba.org redesign were: to improve navigation
menus, to provide easy access to information and downloads for current
releases, to create a browsable release history, to design an easily
recognizable and consistent samba.org look, and to make the site easier
to maintain and upgrade.
Any questions, comments, or concerns about the samba.org redesign can be
addressed to [EMAIL PROTECTED]  Website bugs can be reported through
bugzilla.samba.org.  Please understand that your preference, or lack
thereof, for a particular shade of yellow or blue is not cause enough
for a bug report. You are, however, free to like or dislike whatever
colors you choose.  Mostly, we just hope you'll find the redesigned
samba.org useful.
Cheers,
--deryck
------
Deryck Hodge   http://www.devurandom.org/
Cataloging Department  http://www.lib.auburn.edu/
Web Editor, Samba Team  http://www.samba.org/
GnuPG Keyhttp://www.devurandom.org/gpg_pubkey.asc
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba