Displaying 20 results from an estimated 123 matches for "using_samba".
2003 Jan 28
1
can't create user entries in smbpasswd
.../swat/help/testparm.1.html
/usr/local/samba/swat/help/testprns.1.html
/usr/local/samba/swat/help/wbinfo.1.html
/usr/local/samba/swat/help/winbind.html
/usr/local/samba/swat/help/winbindd.8.html
/usr/local/samba/swat/include/footer.html
/usr/local/samba/swat/include/header.html
/usr/local/samba/swat/using_samba/appa_01.html
/usr/local/samba/swat/using_samba/appa_02.html
/usr/local/samba/swat/using_samba/appa_03.html
/usr/local/samba/swat/using_samba/appa_04.html
/usr/local/samba/swat/using_samba/appa_05.html
/usr/local/samba/swat/using_samba/appb_01.html
/usr/local/samba/swat/using_samba/appb_02.html
/usr...
2006 Jan 22
4
SeBackupPrivilege
We're using Samba 3.0.21a-1 on a CentOS 4.2 server (kernel
2.6.9-22.0.2.ELsmp); everything works more or less fine,
it's functioning as the PDC with an OpenLDAP back end (setup
essentially straight from the Idealx.org playbook), etc.
We're trying to mount Windows shares to back them up, and
getting "permission denied" errors when trying to read
certain files from those
2003 Oct 02
1
RPM build error 3.0.0
...ackaging/RedHat/samba.spec in the
September 25 samba-3.0.0.tar.bz2 ends with
+ mkdir -p /var/tmp/samba-3.0.0-root/usr/share/swat/images
/var/tmp/samba-3.0.0-root/usr/share/swat/help
/var/tmp/samba-3.0.0-root/usr/share/swat/include
/var/tmp/samba-3.0.0-root/usr/share/swat/using_samba
+ mkdir -p /var/tmp/samba-3.0.0-root/usr/share/swat/using_samba/figs
/var/tmp/samba-3.0.0-root/usr/share/swat/using_samba/gifs
+ mkdir -p
mkdir: too few arguments
Try `mkdir --help' for more information.
error: Bad exit status from /var/tmp/rpm-tmp.34059 (%install)
The p...
2003 Sep 29
1
samba 3.0.0 spec file problem - OT ?
...am
This is error:
+ mkdir -p /var/tmp/samba-3.0.0-root/usr/bin /var/tmp/samba-
3.0.0-root/usr/sbin
+ mkdir -p /var/tmp/samba-3.0.0-
root/usr/share/swat/images /var/tmp/samba-3.0.0-
root/usr/share/swat/help /var/tmp/samba-3.0.0-
root/usr/share/swat/include /var/tmp/samba-3.0.0-
root/usr/share/swat/using_samba
+ mkdir -p /var/tmp/samba-3.0.0-
root/usr/share/swat/using_samba/figs /var/tmp/samba-3.0.0-
root/usr/share/swat/using_samba/gifs
+ mkdir -p
mkdir: too few arguments
Try `mkdir --help' for more information.
b??
d: Bad exit status from /var/tmp/rpm-tmp.90160 (%install)
RPM build errors:
Bad...
2014 Feb 26
2
Config settings
Hi,
Where can i find up to date samba4 related smb.conf settings?
Is this for samba4 too:
http://www.samba.org/samba/docs/using_samba/ch06.html
Thanks, Robert
2018 Nov 10
2
How to Samba share with mixed Active Directory 'Classic' authentication
...Yes
winbind enum users = Yes
winbind nss info = rfc2307
winbind offline logon = Yes
winbind refresh tickets = Yes
winbind use default domain = Yes
[public]
comment = OHPRS main file and document repository
path = /mnt/RAID/public
# for the following settings see: https://www.samba.org/samba/docs/using_samba/ch08.html
hide dot files = yes
# set o+x to mark a file as hidden (doesn't work for folders)
map hidden = yes
# User's outlook .pst files are in a folder named "outlook"
hide files = /Outlook/outlook/~*/
# locking: https://www.samba.org/samba/docs/using_samba/ch08.html
veto oploc...
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
...erp: Re: [Samba] Samba-created files with POSIX ACLs
> gaining execute bit
>
> I figured something as much but all the docs I found pointed
> to the archive, hidden, and readonly attributes touching the
> execute bits (see here, for example:
> https://www.samba.org/samba/docs/using_samba/ch08.html#samba2-
> CHP-8-FIG-2
> <https://www.samba.org/samba/docs/using_samba/ch08.html#samba2
> -CHP-8-FIG-2>). That’s why I disabled those mappings in my
> smb.conf. Granted the docs I found were older — is this
> handled differently nowadays?
>
> In any event i...
2017 Oct 17
3
hosts allow / hosts deny (CIDRs?)
Just a trivial question...
Do the hosts allow and hosts deny clauses (i.e. within smb.conf) support
the use of IPv4 CIDR notation (e.g. A.B.C.D/maskbits) ?
The specific documentation page I was looking at, i.e.:
https://www.samba.org/samba/docs/using_samba/ch06.html
was rather entirely ambiguous on this one small point. When describing
the interfaces clause, it says explicitly that CIDRs are allowed. But
when it comes to hosts allow and hosts deny, the same page is silent
about CIDR notation.
So, you know, I have to ask.
2018 Apr 26
3
cannot set share permissions
Hi,
so you would like to restrict the access to the share definitions? E.g. only "User1" should be able to access the Share "Private"?
Have you had a look at this documentation?
https://www.samba.org/samba/docs/using_samba/ch09.html
(This doc is quite old but should still apply).
We're running a seperate fileserver which is joined to the SAMDOM DC. Then we're using
valid users = @"SAMDOM\Domain Users"
to make sure that only domain members are able to access the share. Instead of Domain Users it...
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
Hi all,
I have a Samba share set up using POSIX ACLs as the permissions backend. I am seeing an issue where files created via the Samba get execute permissions whereas files created via shell do not. Here’s my demonstration using “share2” as the root of my share:
[root at samba srv]# ls -l
total 0
drwxrwx---+ 2 root root 65 Dec 17 18:40 share2
[root at samba srv]# getfacl share2/
# file:
2016 Apr 25
3
copy of a share without path
...amba can't
> share anything because there is nothing to share...
>
>
> 2016-04-21 11:56 GMT+02:00 Alexandre Klein <
> alexandre.klein at tanukisoftware.com>:
>
>> Hello,
>>
>> Is the example for 'copy' (
>> https://www.samba.org/samba/docs/using_samba/ch06.html ) valid?
>> [template]
>> writable = yes
>> browsable = yes
>> valid users = andy, dave, jay
>>
>> When I'm trying a similar configuration, I can't log in and I have this
>> message in log.smbd:
>> WARNING: No path in ser...
2016 Apr 21
2
copy of a share without path
Hello,
Is the example for 'copy' (
https://www.samba.org/samba/docs/using_samba/ch06.html ) valid?
[template]
writable = yes
browsable = yes
valid users = andy, dave, jay
When I'm trying a similar configuration, I can't log in and I have this
message in log.smbd:
WARNING: No path in service template - making it unavailable!
It seems I need to add a path:...
2016 Apr 25
1
copy of a share without path
Thank you for your message.
I was not sure if the example (from here
https://www.samba.org/samba/docs/using_samba/ch06.html) was incorrect or
if I was missing something.
Alexandre Klein
Tanuki Software, Ltd.
6-18-10-4F Nishi-Kasai, Edogawa-ku
Tokyo 134-0088 Japan
Tel: +81-3-3878-3211
Fax: +81-3-3878-0313
http://www.tanukisoftware.com
On Mon, Apr 25, 2016 at 5:34 PM, Rowland penny <rpenny at samba.org>...
2016 Jul 30
2
That domain could not be found
Is the primary DNS on the windows machine set to the AD domain controller?
On Jul 30, 2016 4:42 PM, "Jeff Sadowski" <jeff.sadowski at gmail.com> wrote:
> following here
> https://www.samba.org/samba/docs/using_samba/ch12.html
> I decided to use explorer to test getting to it and I notice I can connect
> to the server using the Administrator user and password and see the
> netlogon and sysvol shares but can not go into either.
>
>
> On Sat, Jul 30, 2016 at 11:33 AM, Jeff Sadowski <jeff.sado...
2001 Feb 28
4
Attempting to install samba
Hello all,
I am new to this list and to samba. I used samba in a previous life, but
someone else installed and maintained it.
I am have a small issue that I do not know if it is resolvable. Here it is:
I have installed samba on the server named "kirk", our master domain
controller for nt is named "picard". They are on the same subnet. My
clients are on a different
2006 Sep 12
2
FW: RE Help config. VPN to Samba server - UK Charity
...iate ports open, which you probably
have done if Red Hat can mount the drives, and you now need
to get the Windows versions of mount and "browsing" working.
Go to the Troubleshooting chapter of the copy of Using
Samba that came with your distribution (or to
http://us2.samba.org/samba/docs/using_samba/ch12.html)
and go to the Fault Tree. This will step you through all
the prerequisites in the appropriate order, in about
five minutes, until you find your problem.
--dave
Nick Gorman wrote:
> Hello,
>
> I have access from a XP pc through VPN and through a Billion ADSL router
on
> to...
2005 Jul 15
0
Re: windows policy creation and implementation' in SAMBA PDC
...eloper list instead of the
user list --dave]
This is called "Profiles" in windows-speak, and is described in chapter
25 of the Samba HOWTO Collection
http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/PolicyMgmt.html
and Chapter 4 of Using Samba, http://us3.samba.org/samba/docs/using_samba/ch04.html
and also in your downloaded docs/htmldocs/using_samba directory
--dave
Prashant Shanbhag wrote:
> Hi,
>
> I am trying to implement PDC using SAMBA 3 (Suse Linux 9.1, Clients- Windows
> XP pro .) in my company.
>
> I need your help regarding this impleme...
2007 Sep 18
1
Using Samba: Third Edition
Hello
When will this book arrive online?
<http://us1.samba.org/samba/docs/using_samba/toc.html>Using Samba,
2ed, O'Reilly & Associates (Feb. 2003). (Jan 2007: The 3rd edition
has been released and will be available online soon).
kind regards
werner
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
2002 Feb 27
2
problems builing mandrake rpm from 3.0 alpha15
...th-codepagedir=/usr/share/samba/codepages \
--with-configdir=/etc/samba \
--with-lockdir=/var/lock/samba \
--with-swatdir=/usr/share/swat \
--with-quotas \
--with-smbmount \
--with-pam \
--with-pam_smbpass \
--with-syslog \
--with-utmp \
--with-netatalk \
--with-sambabook=/usr/share/swat/using_samba
make -j${NUMCPU} proto
make -j${NUMCPU} all smbfilter nsswitch/libnss_wins.so debug2html
exit 0
--
Luk Vermeylen
Putsebaan 84
2040 Antwerpen 4
+32(0)32950012
Linux Counter: 186539
2018 Nov 10
0
How to Samba share with mixed Active Directory 'Classic' authentication
...rfc2307
> winbind offline logon = Yes
> winbind refresh tickets = Yes
> winbind use default domain = Yes
>
> [public]
> comment = OHPRS main file and document repository
> path = /mnt/RAID/public
>
> # for the following settings see:
> https://www.samba.org/samba/docs/using_samba/ch08.html
> hide dot files = yes
> # set o+x to mark a file as hidden (doesn't work for folders)
> map hidden = yes
> # User's outlook .pst files are in a folder named "outlook"
> hide files = /Outlook/outlook/~*/
>
> # locking: https://www.samba.org/samba/doc...