similar to: Samba with Acl`s

Displaying 20 results from an estimated 600 matches similar to: "Samba with Acl`s"

2006 Aug 02
1
Unable to set ACLs using Windows Security Dialog Box
Hi, I configured Samba to act as a file server on RHEL4, Samba 3.0.10. Everything worked as I expected except owning issue. If an NT user created a folder on the share, it was getting its owner and changing "Owner Group" from "root" to "Domain Users". I wanted to keep "Owner" and "Owning Group" through newly created folders as well as subfolders.
2008 Feb 16
2
everyone acl
Howdy all, I was wondering if there was a known bug with the everyone acl. When looking at the security tab on windows the everyone acl has the read permission. If I unselect it to give everyone no permission and hit apply, read becomes checked again. If I select deny everyone read, then a warning pops up saying this will deny read for all users and it does. If after that I give read to another
2007 May 25
1
Need help: Centos 5, Samba as file server + ACL for WORKGROUP
Hi, all. I could not add any additional users to a file or directory using the Windows Security tab in Windows XP Sp2. Here is my configuration for samba-3.0.23c-2.el5.2.0.2. # grep ACL config-2.6.18-8.el5 CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_FS_POSIX_ACL=y CONFIG_NFS_V3_ACL=y CONFIG_NFSD_V3_ACL=y CONFIG_NFS_ACL_SUPPORT=m # smbd -b | grep ACL HAVE_SYS_ACL_H
2008 May 15
2
Password Policy for Samba Ldap PDC
Hello All, I?ve a customer with a problem. They need to apply some policy's in your Samba LDAP (SMBLDAPTOOLS) passwords, like this: - Passwords Expiration - Minimum lenght - History - Quality of Password - Block after 3 incorrect logon attempts Is it possible to do it with the Default Samba schema ? Is there another way to implement ? Thanks for any Help. Best Regards. -- Alexandre
2008 Feb 13
2
Access denied when setting permissions
I have a windows 2003 AD domain and a server joined to that domain. Winbind is being used as an idmap. Most everything seems to work fine. Winbind gets user info correctly: [root@samba ~]# wbinfo -u TESTDOMAIN\administrator TESTDOMAIN\guest TESTDOMAIN\support_388945a0 TESTDOMAIN\krbtgt TESTDOMAIN\swhaley TESTDOMAIN\test [root@samba ~]# wbinfo -g BUILTIN\administrators BUILTIN\users
2006 Mar 28
1
Can samba ensure that a user did not enter the previous password when password expired?
Hello, I have working PDC with ldap samba 3.0.21c-1 I try to force users change their password by setting password expiration. It works - the samba asks a user to change his password. But user can set value of the password to the previos one and system accepts it - at the end no change was made :-) Can samba check whether user really changed value of his password?
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Just in case another person comes to get stuck on this on Mac OS: http://web.mit.edu/mfloyd/www/computing/mac/gv/ This link explains the process on getting gv installed since Xaw3d dependency even has a 'error' (actually missing few parameters) on a line that prevents code compilation that needs to be fixed before configuring and make it works. -- I have gv installed now and my bash
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Joey, I think there is still something missing. I ignored the -j as you mentioned and saw on the documentation that to compile on debug mode I could do so using: $./configure --disable-optimized As a result by the end I compiled llvm2.9 I got: llvm[0]: ***** Completed Debug Build llvm[0]: ***** Note: Debug build can be 10 times slower than an llvm[0]: ***** optimized build. Use make
2012 Jun 09
1
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Joey, Still the same message. I am running it from llvm-2.9/Debug/bin/clang -cc1 -ast-view ~/smd.c Is this where you were referring to? Best, Carlos Andrade http://carlosandrade.co 2012/6/9 Joey Gouly <joel.gouly at gmail.com> > You need to run the clang from the build directory. Something like > ./Debug+Asserts/bin/clang > > Joey > > > On 9 June 2012 22:52,
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
You need to run the clang from the build directory. Something like ./Debug+Asserts/bin/clang Joey On 9 June 2012 22:52, Carlos Andrade <carlosviansi at gmail.com> wrote: > Just in case another person comes to get stuck on this on Mac OS: > > http://web.mit.edu/mfloyd/www/computing/mac/gv/ > > This link explains the process on getting gv installed since Xaw3d > dependency
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Joey! Thanks I just replied your message on stack and I was actually looking into this right now. Is this the option? I just wanted to confirm: - make [-j] - The -j specifies the number of jobs (commands) to run simultaneously. This builds both LLVM and Clang for Debug+Asserts mode. The --enabled-optimized configure option is used to specify a Release build. The -j parameter is
2017 Mar 14
2
Information about location for feature requests and bug reports
Good evening, I'd like to know where I can request a feature or bug report from Samba. Other free software projects that I work with issue directly on the Github project, others have a portal for this type of request. Thank you in advance for the info. Sincerely, Tácio Andrade. IT Consultant at MultiTI.com.br ᐧ
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Just to add one more thing. I have been trying to install the gv on my mac os but I have not been successful either. The gv build requires xaw3d ( http://directory.fsf.org/wiki/Xaw3d ) which apparently has not been updated for quite few years and the download is not even available anymore. Carlos Andrade http://carlosandrade.co 2012/6/9 Carlos Andrade <carlosviansi at gmail.com> > Hi
2017 Mar 16
2
Veto files used to allow only one extension to be written to the share
Good night. I am behind a way so that in my backup share it is possible to only write files in the format of the application that I use to execute the backup routines, for this I searched the internet for a solution that works like Allow Files, however it is Complicated to find. Talking on forums a user informed me that he could use the parameter to follow in smb.conf, however in my tests it did
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Alex, Would you recommend any specific link in respect on how to compile in debug mode? I downloaded the Mac OS version on the website so I did not compile anything. I am sort of a rookie on bash but I should be able to figure my way around this. Also, is there any particular reason why this functionality is only available on debug mode? Thank you so much for the fast reply, was driving me
2012 Aug 08
4
Saving Splitted Series to Excel via XLConnect
Dear R Discussion List, I would like to save my data as a xlsx file. But at first I need to split it and then save each series into a Excel column. Please take a look at the following code: dados <- data.frame(matrix(c("2012-01-01","2012-02-01", "2012-03-01","2012-04-01","2012-05-01","2012-06-01",
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi, The -j option just says how many processes are started to parallelise the build. The default option is to build Debug+Asserts, so unless you add any extra arguments when you run './configure', you should be fine! Joey On 9 June 2012 21:29, Carlos Andrade <carlosviansi at gmail.com> wrote: > Hi Joey! > > Thanks I just replied your message on stack and I was actually
2014 May 30
2
Schema attributes changes after AD extension
Hey, I extend my AD with some new attributes, but I make some mistakes on the way and now I'm trying to modify those wrong attributes entries, like isSingleValued and oMSyntax. I'm following these guide - https://blogs.oracle.com/hariblog/entry/modify_attribute_properties_in_active - to make the changes. I go to LDP.exe, connect and bind to LDAP and try to make the changes on
2014 Dec 30
2
Samba 4.1.14 Domain Controller as file server and internal winbind
Hi, Im running a domain controller (AD DC) and file server, on the same machine, with sernet-samba 4.1.14. Right now, I have a process using almost 100% CPU all the time. After 'samba-tool processes' I found that the process is winbind_server. On samba wiki page, they don't recommend using domain controller as file server because winbind issues. I already have other domain
2011 Aug 05
5
Best Mongo Framework to work with Rails
Hi all, Wanted to hear your opinions about the currently best option for mongo with Rails. Thank you all in advance, Vasco Andrade e Silva -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to