Re: [Samba] Reg License

2013-05-11 Thread Germ van Ek
I don't speak on behalf of any developers, but most times it is very difficult 
to change the license of an open source project, as the consent of all 
contributors would be needed which is nearly impossible. There are ways, but I 
don't think it is very likely.

Further information about linking gpl is widely available on the net.

Afaik it is always allowed to link to any library as long as you don't change 
it or open source only the changes to the library.

Best regards, Gerben

 Oorspronkelijk bericht 
Van: "G.Lakshimi Narasimhan"  
Datum:  
Aan: sa...@samba.org 
Onderwerp: Re: [Samba] Reg License 
 
Hi

Any update on this. I have not received any details about this.

Thanks
G.L.Narsimhan

 On Tue, 30 Apr 2013 15:24:03 +0530  wrote  


Hi

We are developing a iPhone app which is a free App and this app will make 
connection with windows server and enumerate services. This app uses  samba 
library.  Since the samba library comes under GPL license,We would like to know 
how to bundle this library.

Are there a chance that samba c library will be licensed under LGPL? Or could 
someone give use permission to link samba library.

Thanks,
G. L. Narasimhan

Product Manager, Free Tools, 
www. manageengine.com






-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Re: [Samba] Question about printing

2012-10-14 Thread Germ van Ek
Hello Schorsch,

Yes, this is possible. You should not have to activate the Administrator 
account for this, nor use it. Windows UAC (User Account Control) is there for a 
good reason.

Most modern desktop oriented Linux distributions, such as OpenSuSE or Ubuntu, 
have GUI's for configuring network printers, they differ between distributions. 
In Ubuntu is a printer configuration tool that should auto-detect your printer 
if I'm correct, if not, maybe installing Bonjour on the Windows PC will be 
handy ( http://support.apple.com/kb/DL999?viewlocale=en_EN ). In OpenSuSE there 
are 2 printer tools. The one from Yast works better, but you'll have to open 
ports for Samba in the firewall first.

You should not have to mess with Samba or Cups configuration manually, assumed 
you're on a regular desktop distro. 

Best regards,
Gerben


-Original Message-
From: samba-boun...@lists.samba.org on behalf of Schorsch
Sent: Sat 13-10-2012 8:39
To: samba@lists.samba.org
Subject: [Samba] Question about printing
 
Hello all,

is it possible to print from a linux box to a printer, shared on a 
windows 7 box?

In Windows 7 the Administrator account is deactivated without a password 
in default.
Have i to enable the account?
Have i to set a password?

Thanks
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Getting user list for each group

2012-10-14 Thread Germ van Ek
Hello Oguz,

Perhaps you can use a tool specific to your user/group back-end. For LDAP there 
is ldapsearch, for the default Samba back-end there is pdbedit.

Regarding your authentication question, I have little experience in using Squid 
as a (regular) proxy. I do however have experience with NTLM + Apache, and it 
has always been slow and slightly unreliable. An alternative is Kerberos. 
Dependent on your network setup it can be somewhat complex to configure, but 
once you've got it working it performs really well.

Best regards,
Gerben


-Original Message-
From: samba-boun...@lists.samba.org on behalf of Oguz Yilmaz
Sent: Sat 13-10-2012 10:14
To: samba@lists.samba.org
Subject: [Samba] Getting user list for each group
 
I use Winbind auth for squid-dansguardian ntlm authentication purpose.
I need matching users/group for filtering in squid/dansguardian.
getent group is used for finding users for groups except for group Domain Users.
getent passwd is used for finding all users and specifically users for
group Domain Users (over group ID).

This requires enumeration option(winbind enum users, winbind enum
groups) enabled in smb.conf. For thousands of users this may block
many system functions puts wait even for tcpdump and ssh logins. So, I
want to disable enum options end stop using getent.

Are there any way to get user list for each group with wbinfo or any
other other tools?

What may be the best practice for the aim in paragraph 1?

Thank you and Best Regards,


--
Oguz
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] file sharing issue in samba4

2012-10-14 Thread Germ van Ek
Hello Ankur,

I have understood that in Samba4 the file-daemon runs as root, and access 
control is handled by Samba, not by the permissions on the filesystem. 
Therefor, it is also not needed to have a local Unix user for every Samba user. 
Downside is that you will have to change the tools you use for setting 
permissions.
I currently don't have access to a Samba 4 server, but after searching a bit it 
seams the samba-tool ntacl command is for this purpose.

Best regards,
Gerben


-Original Message-
From: samba-boun...@lists.samba.org on behalf of m...@matws.net
Sent: Sat 13-10-2012 5:38
To: i...@reputeinfosystems.com
Cc: samba@lists.samba.org
Subject: Re: [Samba] file sharing issue in samba4
 
Hi

On Oct 10, 2012, at 1:32 PM, "Repute Infosystems"  
wrote:

> Hello,
> 
> I understand that you people are too much busy. but still I want to give it 
> try with hope of miracle.
> 
> my question is, I have installed samba 4 PDC on ubuntu. and in this domain we 
> will have windows7,mac etc as client. and ubuntu will be centralized file 
> server. so, I am facing problem is samba is not giving any respect to acl 
> file level permission. if share is read only and I give explicit permission 
> of read/write to any file through acl its not working. if I keep share in 
> write mode and then explicitly give just readonly permission to any file, it 
> is not stopping samba to let user edit file. 
Which version of samba 4 are you using ?Basically you should be using the rc2 
of samba 4.0

This version share the same engine as samba3 for the files server but it 
heavily relies on acl support so your file system must be mounted with acl and 
xattr.
Also providing configuration file + network traces will help.
> 
> it was working this way in samba3. we have tried to find out everywhere, the 
> solution of this problem but we failed. finally I thought to leave an email. 
> I believe this is very commonly asked question and now proper answer anywhere.
> 
> please help
> 
> thanks
> 
> Ankur Chotai
> www.reputeinfosystems.com
> -- 
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/options/samba
Hello,

I understand that you people are too much busy. but still I want to give it try 
with hope of miracle.

my question is, I have installed samba 4 PDC on ubuntu. and in this domain we 
will have windows7,mac etc as client. and ubuntu will be centralized file 
server. so, I am facing problem is samba is not giving any respect to acl file 
level permission. if share is read only and I give explicit permission of 
read/write to any file through acl its not working. if I keep share in write 
mode and then explicitly give just readonly permission to any file, it is not 
stopping samba to let user edit file. 

it was working this way in samba3. we have tried to find out everywhere, the 
solution of this problem but we failed. finally I thought to leave an email. I 
believe this is very commonly asked question and now proper answer anywhere.

please help

thanks

Ankur Chotai
www.reputeinfosystems.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] BDC Clients Unable to update DNS (PTR/A)

2012-07-04 Thread Germ van Ek
Hello,

I unfortunately don't have the time to help you investigate, but the logs show 
clearly that you have a problem with Kerberos. Please test its workings on both 
PDC and BDC. There should be plenty of docs, forum posts and other stuff on the 
internet to help you with that.

Best regards,
Gerben


-Oorspronkelijk bericht-
Van: samba-boun...@lists.samba.org namens Pradeep Pal
Verzonden: wo 4-7-2012 7:07
Aan: samba@lists.samba.org
Onderwerp: [Samba] BDC Clients Unable to update DNS (PTR/A)
 
Hi;

Through samba4 BDC server not update DNS record in PDC DNS server. please
see logs


 04-Jul-2012 10:22:19.800 client 192.253.8.25#1081: send
04-Jul-2012 10:22:19.800 client 192.253.8.25#1081: sendto
04-Jul-2012 10:22:19.800 client 192.253.8.25#1081: senddone
04-Jul-2012 10:22:19.800 client 192.253.8.25#1081: next
04-Jul-2012 10:22:19.800 client 192.253.8.25#1081: endrequest
04-Jul-2012 10:22:19.800 client @0xb780e008: udprecv
04-Jul-2012 10:22:19.802 client 192.253.8.25#1082: UDP request
04-Jul-2012 10:22:19.802 client 192.253.8.25#1082: using view '_default'
04-Jul-2012 10:22:19.803 client 192.253.8.25#1082: request is not signed
04-Jul-2012 10:22:19.803 client 192.253.8.25#1082: recursion available
04-Jul-2012 10:22:19.803 client 192.253.8.25#1082: query
04-Jul-2012 10:22:19.803 client 192.253.8.25#1082: query '
pradeep-96b8ca7.abc.com/SOA/IN' approved
04-Jul-2012 10:22:19.806 client 192.253.8.25#1082: send
04-Jul-2012 10:22:19.806 client 192.253.8.25#1082: sendto
04-Jul-2012 10:22:19.807 client 192.253.8.25#1082: senddone
04-Jul-2012 10:22:19.808 client 192.253.8.25#1082: next
04-Jul-2012 10:22:19.808 client 192.253.8.25#1082: endrequest
04-Jul-2012 10:22:19.808 client @0xb780e008: udprecv
04-Jul-2012 10:22:19.808 client 192.253.8.25#1083: UDP request
04-Jul-2012 10:22:19.808 client 192.253.8.25#1083: using view '_default'
04-Jul-2012 10:22:19.808 client 192.253.8.25#1083: request is not signed
04-Jul-2012 10:22:19.808 client 192.253.8.25#1083: recursion available
04-Jul-2012 10:22:19.808 client 192.253.8.25#1083: query
04-Jul-2012 10:22:19.808 client 192.253.8.25#1083: query 'adc.abc.com/A/IN'
approved
04-Jul-2012 10:22:19.812 client 192.253.8.25#1083: send
04-Jul-2012 10:22:19.813 client 192.253.8.25#1083: sendto
04-Jul-2012 10:22:19.813 client 192.253.8.25#1083: senddone
04-Jul-2012 10:22:19.813 client 192.253.8.25#1083: next
04-Jul-2012 10:22:19.813 client 192.253.8.25#1083: endrequest
04-Jul-2012 10:22:19.813 client @0xb780e008: udprecv
04-Jul-2012 10:22:19.815 client 192.253.8.25#1084: UDP request
04-Jul-2012 10:22:19.815 client 192.253.8.25#1084: using view '_default'
04-Jul-2012 10:22:19.815 client 192.253.8.25#1084: request is not signed
04-Jul-2012 10:22:19.815 client 192.253.8.25#1084: recursion available
04-Jul-2012 10:22:19.815 client 192.253.8.25#1084: update
04-Jul-2012 10:22:19.815 samba_dlz: starting transaction on zone abc.com
04-Jul-2012 10:22:19.818 client 192.253.8.25#1084: updating zone '
abc.com/NONE': prerequisites are OK
04-Jul-2012 10:22:19.818 client 192.253.8.25#1084: update 'abc.com/IN'
denied
04-Jul-2012 10:22:19.818 client 192.253.8.25#1084: updating zone '
abc.com/NONE': rolling back
04-Jul-2012 10:22:19.818 samba_dlz: cancelling transaction on zone abc.com
04-Jul-2012 10:22:19.818 client 192.253.8.25#1084: send
04-Jul-2012 10:22:19.818 client 192.253.8.25#1084: sendto
04-Jul-2012 10:22:19.819 client 192.253.8.25#1084: senddone
04-Jul-2012 10:22:19.819 client 192.253.8.25#1084: next
04-Jul-2012 10:22:19.819 client 192.253.8.25#1084: endrequest
04-Jul-2012 10:22:19.819 client @0xb780e008: udprecv
04-Jul-2012 10:22:19.847 client 192.253.8.25#1085: new TCP connection
04-Jul-2012 10:22:19.848 client 192.253.8.25#1085: replace
04-Jul-2012 10:22:19.848 clientmgr @0xb77dc3c8: createclients
04-Jul-2012 10:22:19.848 clientmgr @0xb77dc3c8: create new
04-Jul-2012 10:22:19.848 client @0xb780e7e8: create
04-Jul-2012 10:22:19.848 client 192.253.8.25#1085: read
04-Jul-2012 10:22:19.848 client 192.253.8.25#1085: TCP request
04-Jul-2012 10:22:19.848 client 192.253.8.25#1085: using view '_default'
04-Jul-2012 10:22:19.848 client 192.253.8.25#1085: request is not signed
04-Jul-2012 10:22:19.848 client 192.253.8.25#1085: recursion available
04-Jul-2012 10:22:19.848 client 192.253.8.25#1085: query
04-Jul-2012 10:22:19.850 failed gss_inquire_cred: GSSAPI error: Major =
Unspecified GSS failure.  Minor code may provide more information, Minor =
Credentials cache file '/tmp/krb5cc_200' not found.
04-Jul-2012 10:22:19.858 failed gss_accept_sec_context: GSSAPI error: Major
= Unspecified GSS failure.  Minor code may provide more information, Minor
= Permission denied.
04-Jul-2012 10:22:19.858 process_gsstkey(): dns_tsigerror_badkey
04-Jul-2012 10:22:19.864 client 192.253.8.25#1085: send
04-Jul-2012 10:22:19.864 client 192.253.8.25#1085: sendto
04-Jul-2012 10:22:19.864 client 192.253.8.25#1085: senddone
04-Jul-2012 10:22:19.864 client 192.253.8.25#1085: next
04-Jul-2012 10:22:19.864 client 192.