similar to: Automaticaly create User-Home directories for NFS

Displaying 20 results from an estimated 100 matches similar to: "Automaticaly create User-Home directories for NFS"

2016 Jun 10
4
Changing default UID/GID beginning for AD
Dear Colleagues, we have a Samba4 DC in our environment. We are storing unix Information in samba's AD. Our Problem is: The default values are not fitting for our environment. We want to store a different Shell e.g /bin/tcsh. But the default Value is /bin/sh. Is it possible, to change those default values so that it fits direct at the creation of a user? Regards and thanks Daniel --
2016 Jun 13
0
Changing default UID/GID beginning for AD
Yes of course. We use Samba4 ADDC with winbind to get unix attributes from the DC to the clients. But every time we creating a new member in the AD we have to change the default shell what is /bin/sh to /bin/tcsh. So we want to change the default value of the field in the AD that we don't have to change it every time. The users logging in on a unix domain member. No login on DC
2016 Jun 13
3
Changing default UID/GID beginning for AD
On 13/06/16 07:27, Daniel Thielking wrote: > Yes of course. We use Samba4 ADDC with winbind to get unix attributes > from the DC to the clients. But every time we creating a new member in > the AD we have to change the default shell what is /bin/sh to > /bin/tcsh. So we want to change the default value of the field in the > AD that we don't have to change it every time. >
2016 Jun 15
4
id shows only primary group on domain member server
Hi, know I have another problem. I compiled samba 4.4.4 on a Centos 7.2 Server no special options for ./configure. Afterwards I followed the article from mentioned below wiki article below, to join Centos 7.2 as an member server to our existing AD. WIKI Article: https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member Now, if i type id USERNAME I only get the users UID, GID and
2017 Feb 17
3
Problem with Let's Encrypt Certificate
Hey Robert, thanks for your reply. Am 17.02.2017 um 19:28 schrieb Robert L Mathews: > Looking at your dovecot -n, you're using two different files here: > > ssl_cert = </etc/ssl/sebode-online.de/chain.pem > ssl_key = </etc/ssl/sebode-online.de/key.pem > > Are you sure these two files match, and contain the right things in the > right order? > Yes,
2016 Jun 15
1
id shows only primary group on domain member server
cat /usr/local/samba/etc/smb.conf: # Eintraege fuer das ActiveDirectory Samba4 workgroup = SAMDOM realm =SAMDOM.LOCAL security = ADS # Alle Template Einstellungen kommen direkt aus der AD # Die Shell ist nur aus Sicherheitsgruenden hier eingetragen template shell = /bin/false kerberos method = secrets and keytab dedicated keytab file =
2017 Feb 17
1
Problem with Let's Encrypt Certificate
Hey. Thanks again for your help. I took the "dovecot -n" while the StartSSL Certificate was active, so the chain.pem was correct. Finally I found the issue! :-) But I still have no idea why the problem happens with Thunderbird. I used dehydrated to fetch the certificates from Let's Encrypt and as I said, it works for most clients pretty well. (Tried: Mulberry, Claws Mail, Outlook
2012 Jun 19
1
Trouble with Trash
Hi guys and girls, Version: 2.0.19 - running on Ubuntu 12.04 LTS Server dovecot -n: # 2.0.19: /etc/dovecot/dovecot.conf # OS: Linux 3.3.1 x86_64 Ubuntu 12.04 LTS mail_location = maildir:~/Maildir managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include
2017 Feb 17
0
Problem with Let's Encrypt Certificate
Usually with LE, the filename is fullchain.pem, not chain.pem. Can you please doublecheck this? Also, try openssl s_client -connect hostname:143 -starttls imap Aki > On February 17, 2017 at 10:31 PM Bastian Sebode <b.sebode at linet-services.de> wrote: > > > Hey Robert, > > thanks for your reply. > > Am 17.02.2017 um 19:28 schrieb Robert L Mathews: > >
2017 Feb 17
7
Problem with Let's Encrypt Certificate
Hello Folks, my StartCom SSL-Certificate expires soon and so I wanted to switch to Let's Encrypt Certificates instead. Unfortunatelly Thunderbird seems not to like it, although all -tested- other Clients work without any problems. When I connect with Thunderbird it sends an "Encrypted Alert" directly after the TLS handshake although Dovecot wants to continue the session. In the
2007 Dec 18
1
How to automaticaly close calls when Asterisk didn't receive the bye request ?
Hi, I'd like to know if it's possible to configure Asterisk to automaticaly close calls when the BYE request hasn't been sent by any clients and the call still exists for Asterisk ? Thanks, -- Anthony Chapellier --------- MBDSYS SARL 1, centre commercial de la Tour 93120 LA COURNEUVE FRANCE E-mail : anthony at mbdsys.com Tel : +33 (0) 143 11 09 14 ou +33 (0) 148 35 20 46
2019 Feb 14
2
Automaticaly unlock files
Hi all, I've been looking for an answer for this issue but Google didn't help. So I resource to the next best thing: the Samba mailing list. Question: Is there a way to automaticaly, after a certain amount of time, unlock a file after, for example, a client crash or network problem? I know how to do it manually of course, but that is, well, cumbersome. I've looked at
2019 Feb 14
1
Automaticaly unlock files
Ah, a workaround! I'd seen something like this on an old thread but I've always tried to stay away from socket options. I'll give these a try. Thanks for your help P.S.: strange that I don't see more people "complaining" about this.... Best regards, Carlos Volker Lendecke <Volker.Lendecke at sernet.de> escreveu no dia quinta, 14/02/2019 à(s) 05:38: > On Thu,
2000 Sep 26
3
anoying debug info + can't login automaticaly
Howdy, I'm installing openssh 2.2.0p1 on a number of SUNs running Solaris 2.6 but ran into a few problems: 1. whenever I run a remote X11 application and f.i. change the windowsize I get anoying debug messages like debug: client_check_window_change: changed This is a problem since I want to use openssh in a production environment. Is there any way to turn these messages off?
2016 May 03
6
[RFC] Non-Temporal hints from Loop Vectorizer
Hello all, I've been wondering why Clang doesn't generate non-temporal stores when compiling the STREAM benchmark [1] and therefore doesn't yield optimal results. It turned out that the Loop Vectorizer correctly vectorizes the arithmetic operations and also merges the loads and stores into vector operations. However it doesn't add the '!nontemporal' metadata which would
2017 Jan 04
2
LLD and LLVM_LINK_LLVM_DYLIB
Hi all, I recently gave LLD a try and it definitely works fine. However one cannot build it together with LLVM_LINK_LLVM_DYLIB: ELF/Driver.cpp and ELF/DriverUtils.cpp pull in llvm/Support/CommandLine.h which defines the command line options so these global variables end up in libLLVM-4.0svn.so via liblldELF. If this shared library is then linked into bin/lld or bin/opt one gets errors because of
2010 Jan 22
2
Question on Merge/Lookup
I need to merge three datasets and don't know how. If I were using SQL, I would use df3, look up the characteristics of each date in df1 and the value for each observation in df2. df1 - unique list of Dates and characteristics of those dates Date, YYYYMM, YYYYWW, DOW df2 - the raw data Date, Place, Value df3 - all posibile combinations of Date + Place (via
2002 Jul 03
1
Samba with revalidate, posibile bug!
Hello Samba experts, I have a simple problem: i tried to use according to ch06_03.html manual page, directive revalidate in smb.conf config file. In smb.conf, i use directive security = share, but for a particular share (grant aces with user and pass) i want to use revalidate = yes option. The problem is that this feature is not working! 1. i used testparm to check the smb.conf file, and it
2017 Jan 06
2
LLD and LLVM_LINK_LLVM_DYLIB
It builds fine but I cannot execute the resulting binary which aborts with the mentioned error.However I don't use LLVM_ENABLE_PROJECTS, I don't know if that changes the way libLLVM-4.0svn.so is linked... Cheers,Jonas Am Freitag, den 06.01.2017, 13:44 +0900 schrieb Rui Ueyama: > Hi Hahnfeld, > I just compiled with LLVM_LINK_LLVM_DYLIB enabled [1] and build lld with `ninja lld`. It
2017 Jan 06
2
LLD and LLVM_LINK_LLVM_DYLIB
I've dealt with similar issues on the LLDB side, I think I can help you with this. pl On 6 January 2017 at 09:39, Rui Ueyama via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Thanks for the info. I can reproduce the issue. But because of lack of cmake > knowledge, I don't know how to fix that now. If no one will take a look at > this, I'll investigate it. > > On