similar to: Winbind missing secondary groups depending on case & distro

Displaying 20 results from an estimated 10000 matches similar to: "Winbind missing secondary groups depending on case & distro"

2010 Sep 09
4
Capistrano Deploy with SVN over SSH - Network connection closed unexpectedly
Hello all, i changed today from my local repository to a repository on a server. The repository now lies on the same server where my application is going to be deployed. Everything went fine create my repository on the server and checked out my working copy. After some changes on the code i wanted to deploy my application but it failed. The error is: "svn: Network connection closed
2002 May 24
1
NT user name doesn't match unix username when winbindd is running
We are testing winbind and security=domain to authenticate NT users on our UNIX box in samba (v2.2.3a). Winbind is working correctly. Wbinfo shows users as domainname+username (we are using "+" as the separator), however, the NT usernames aren't automatically mapping to their corresponding UNIX usernames as expected. Perhaps I don't understand how this is supposed to work?
2019 Aug 28
4
Permission Issue
Hi again, regarding my post "plenty of vacuuuming process" a "gluster volume heal" seems to improve the situation. But I still have a strange problem: Sometimes a user don't have permissions to? a restricted folder when h connects to a share or logs in at a windows client. In some times all permissions are granted. If the user creates a file, the user and group is
2010 May 19
4
apache redirection
Hello everyone, Part of our website has secured access with an SSL certificate. The problem we are running into is that the certificate is for www.domainname.com, so when they go to domainname.com (without the www. in front), the users are getting a "This connection is untrusted" warning, because the url doesn't match the certificate. I found one site that said to make a change to
2013 May 11
1
How to repeat 2 functions in succession for 400 times? (microarray data)
Hi, May be this helps: ?set.seed(24) ?mydata4<- as.data.frame(matrix(sample(1:100,10*38,replace=TRUE),ncol=38)) ?dim(mydata4) #[1] 10 38 ?library(matrixStats) res<-do.call(cbind,lapply(1:400, function(i) {permutation<-sample(mydata4); (rowMeans(permutation[,1:27])-rowMeans(permutation[,28:38]))/(rowSds(permutation[,1:27])+rowSds(permutation[,28:38]))} )) ?dim(res) #[1]? 10 400 A.K.
2008 Aug 11
5
Parameter "idmap backend" is deprecated ???
Hi, why is this parameter deprecated ? I have to set this parameter if i want to get my user/group information from Active Directory with SFU AD schemata extension. Is there a new parameter instead of "idmap backend" ??? Buy Andy
2018 Jun 28
1
Sending election packet . . .
Hello Community, i have a fileserver as domain member. today i found some weird log entries in log.nmbd: [2018/06/28 09:25:53.700507,  2] ../source3/nmbd/nmbd_elections.c:41(send_election_dgram)   send_election_dgram: Sending election packet for workgroup DOMAINNAME on subnet 192.168.102.149 [2018/06/28 09:25:53.700618,  2] ../source3/nmbd/nmbd_elections.c:41(send_election_dgram)  
2010 Feb 17
1
common causes for failure to find domain controller ?
Hi, are there any common causes for a windows machines failure to find a samba domain controller? im trying to join a windows 2008 server to a samba[3.4.0] PDC and debug/netsetup says "failed to find a DC in the specified domain". cheers
2004 Mar 10
3
aperm() and as.list() args to "["
Hi everyone. I'm playing with aperm(): a <- 1:24 dim(a) <- c(2,3,2,2) permutation <- c(1,2,4,3) b <- aperm(a,permutation) So if my understanding is right, a[1,3,2,1] == b[c(1,3,2,1)[permutation] ] but this isn't what I want because the RHS evaluates to a vector, and I am trying to identify a single element of b. How do I modify the RHS to give what I want? Following
2020 Jun 08
1
How to create an NS record
My dns (bind9) server for my Samba AD has messed up. W10 workstations are having connection issues to say the least. When I dig into the Sambawiki documentation regarding /BIND9_DLZ_DNS_Back_End/ the first thing I notice is the change that occurred at Samba v4.8.0. That is the change of "|/usr/local/samba/_private_/named.conf|" to
2002 Jul 24
4
Winbind trouble. Wbinfo see's users, "getent passwd" doesn't
I'm trying to set up a new fileshare, to replace an aging NT4 machine we've been using for far too long. I'd like to run Linux (RedHat 7.3) on the machine. Basically, I'm trying to create a fileshare "files" that people can transparently log in to from NT4 and Windows 2000 workstations. My boss has approved the use of Linux for the server, but only if I can make it
1999 Jun 24
3
Problems with smbpasswd -j DOMAIN
Dear All, I have the following problem with smbpasswd: I would like to use a real WinNT PDC for authentication purposes, and regitered the computer account in the PDC. When I trying to run smbpasswd -j DOMAINNAME, I get the folloing testlin:~ # smbpasswd -j DOMAINNAME modify_trust_password: machine xxx.xxx.xxx.xxx rejected the session setup. Error was : code 131. 1999/06/24 21:41:29 :
2010 Dec 21
5
solaris 10 winbind authentication with ADS
I'm trying to setup a Solaris 10 Sparc station to authenticate users on login with Windows ADS. I have found the documentation for this but having no luck in getting the pam modules to work. Here is what I have done so far: Compiling Kerberos MIT5-1.8.3: cd into the src directory ./configure --prefix=/opt/local gmake gmake install Compiling Samba 3.5.6: setenv CFLAGS "-O2"
2018 May 23
3
find the permutation function of a sorting
> sort(c("bc","ac","dd"), index.return=TRUE) $x [1] "ac" "bc" "dd" $ix [1] 2 1 3 We have the permutation, namely 1-->2, 2-->1, 3-->3. How can I apply the permutation function to a new set c("D","E", "F")? so that the result is c("E","D", "F"). 2018-05-23 11:06
2007 Nov 16
4
Permutation of a distance matrix
Hi there, I would like to find a more efficient way of permuting the rows and columns of a symmetrical matrix that represents ecological or actual distances between objects in space. The permutation is of the type used in a Mantel test. Specifically, the permutation has to accomplish something like this: Original matrix addresses: a11 a12 a13 a21 a22 a23 a31 a32 a33 Example
2004 Jul 13
12
Permutations
Dear R users, I?m a beginner user of R and I?ve a problem with permutations that I don?t know how to solve. I?ve 12 elements in blocks of 3 elements and I want only to make permutations inter-blocks (no intra-blocks) (sorry if the terminology is not accurate), something similar to: 1 2 3 | 4 5 6 | 7 8 9 | 10 11 12 ----------1st permutation 1 3 2 | 4 5 6 | 7 8 9 | 10 11 12 NO - - 3 2 1
2018 May 23
3
find the permutation function of a sorting
Thanks, David. I got the answer from the web. Is there any easy way to permute a set (e.g., a set of characters) by the permutation it returns? Thanks, > x <- c(10,7,4,3,8,2) > sort(x, index.return=TRUE) $x [1] 2 3 4 7 8 10 $ix [1] 6 4 3 2 5 1 2018-05-23 10:49 GMT+08:00 David Winsemius <dwinsemius at comcast.net>: > > > > On May 22, 2018, at 10:06 PM, John
2010 Sep 21
3
Dovecot pop3 segfault problems
Hi to all, I have a Debian 4.0 x86_64 server and installed Dovecot from the repositories ii dovecot-common 1.0.rc15-2etch5 ii dovecot-imapd 1.0.rc15-2etch5 ii dovecot-pop3d 1.0.rc15-2etch5 Recently I'm getting a lot of these messages pop3[24594]: segfault at 0000000000000004 rip 000000000044333a rsp 00007fffc5d0c1e0 error 4 in syslog and also
2015 Feb 27
2
Dovecot & LDAP Take #2: Authentication failed and logging
This is the user DN: > cn=Klara Fall,ou=People,dc=[domainname],dc=de According to your Dovecot configuration > auth_bind_userdn = cn=%u,ou=People,dc=**[domainname]**,dc=de if you login with "klarafall" it will be expanded into cn=klarafall,ou=People,dc=[domainname],dc=de which is not the correct DN for Mrs Klara. So if you login with "Klara Fall" it should work,
2004 Jul 06
1
Difficulties with samba and ADS
Hello. I thought I had this fixed 3 times now... but it keeps coming up. I have 2 smbservers that are part of an ADS domain (windows 2003 server). I have my samba servers set up, and it works great for a month or so, then it starts giving smbmount and smbclient a hard time. This is very bad news because I rely upon smbmount heavily. When I try to view the shares my main server, and use the