search for: suffix

Displaying 20 results from an estimated 5181 matches for "suffix".

2005 Aug 17
4
LDAP suffixes
need clarification of the use of: ldap suffix ldap machine suffix ldap user suffix ldap idmap suffix smb.conf.5 indicates you should have a fully qualified suffix such as: ldap suffix = dc=blah,dc=com ldap machine suffix = ou=People,dc=blah,dc=com ldap user suffix = ou=People,dc=blah,dc=com ldap group suffix = ou=Groups,dc=blah,d...
2005 Jan 27
1
parameter "ldap user suffix" ignored?
Hello, It seems that the smb.conf parameter "ldap user suffix" has no effect when searching for users. When searching for a user in the LDAP server samba uses the simple "ldap suffix" without prepending the "ldap user suffix". But it works for "ldap group suffix". The description of these two parameters are similar in the...
2020 Oct 05
2
isc-dhcp dynamic update problem
...cat (concat (concat (concat (concat (concat (concat ( concat ( suffix ( concat (...
2006 Oct 13
1
smb.conf ignores "ldap user suffix"
Hello, Seems like there is a bug in samba configuration with the version 3.0.22 or later that it doesn't read the configuration variable within the smb.conf for ldap settings ldap user suffix = Although it's working as long as the users are under the "ldap suffix" and samba will search for the uid from the base of the domain (getting from "ldap suffix"). So it doesn't matter if you put in to the "ldap user suffix" variable whatever value, it do...
2004 Nov 09
1
LDAP suffix question
...this for my Samba server : ou=People,dc=domain,dc=com: users accounts ou=Group,dc=Domain,dc=com: groups ou=Hosts,dc=domain,dc=com: machine accounts ou=Samba,dc=domain,dc=com: Samba specific stuff, such as sambaDomain, sambaUnixIdPool, etc My understanding is that "ldap [user|group|machine] suffix" is relative to "ldap suffix". Example : ldap suffix = dc=domain,dc=com ldap user suffix = ou=People Thus, the effective "ldap user suffix" would be ou=People,dc=domain,dc=com. This does not match the DIT I would like to achieve, as I would need to specify "later...
2011 Jun 09
1
Trying to make code more efficient
...;m trying to find a more efficient way to perform the following task. lst <- list(roots = c("car insurance", "auto insurance"), roots2 = c("insurance"), prefix = c("cheap", "budget"), prefix2 = c("low cost"), suffix = c("quote", "quotes"), suffix2 = c("rate", "rates"), suffix3 = c("comparison"), state = c(state), inscompany = c(inscompany), city=c(city), cityst = c(cityst), agency=c(agency)) myone <- function(x, y) {...
2009 May 29
3
IP-Address
....... Unfortunately, order doesn't work as I want. I found an half solusion from John: mysort <- function(x){ sort.helper <- function(x){ prefix <- strsplit(x, "[0-9]") prefix <- sapply(prefix, "[", 1) prefix[is.na(prefix)] <- "" suffix <- strsplit(x, "[^0-9]") suffix <- as.numeric(sapply(suffix, "[", 2)) suffix[is.na(suffix)] <- -Inf remainder <- sub("[^0-9]+", "", x) remainder <- sub("[0-9]+", "", remainder) if (all (remainder == &quot...
2006 Jul 26
1
ldapsam ignores "ldap user suffix" when doing username lookup
Greetings. Since this is my first post to this list, hello everyone. Here's an issue concerning the ldapsam backend. I'm having a problem with the "ldap user suffix" param not being honored as expected. Specifically, when a user logs on, the "ldap user suffix" is ignored and the ldapsam backend attempts to lookup the user doing a full subtree search in the context defined by the "ldap suffix" param. This can easily be verified by setti...
2005 Mar 08
1
samba ldap bind problems.
...1 daemon.error] failed to bind to server with dn= cn=Manager,dc=sage,dc=ato Error: Can't contact LDAP server Mar 8 16:18:29 usfr140 smbd[4441]: [ID 702911 daemon.error] (unknown) # more /etc/samba/smb.conf netbios name = master workgroup = SAGE ldap admin dn = cn=Manager,dc=sage,dc=ato ldap suffix = dc=sage,dc=ato os level = 32 preferred master = yes domain master = yes local master = yes domain logons = yes smbldap_conf.pm # LDAP Suffix # Ex: $suffix = "dc=IDEALX,dc=ORG"; $suffix = "dc=sage,dc=ato"; # Where are stored Users # Ex: $usersdn = "ou=Users,$suffix&quot...
2004 Sep 22
1
Protocol negotation failed
...s the first time for me trying to use Samba with LDAP. I copied the IdealX scripts into /usr/local/sbin and edited the _config.pm file. It is attached at the bottom, stripped of comments. I then edited my smb.conf to the effect of the following: passdb backend = ldapsam:ldap://localhost ldap suffix = dc=mydomain,dc=com ldap machine suffix = ou=Computers ldap user suffix = ou=People ldap group suffix = ou=Groups ldap idmap suffix = ou=People ldap admin dn = cn=Manager ldap ssl = no ldap passwd sync = Yes idmap uid = 15000-20000 idmap gid = 15000-20000 winbind separator = + I then did smbpassw...
2004 Sep 27
3
Problems with the IdealX scripts
...ns in the INSTALL file. Using smbldap-tools-0.8.5. Here are the relevant config files: ### smb.conf LDAP section ### passdb backend = ldapsam:ldap://localhost # ldap filter = (&(objectclass=sambaSamAccount)(uid=%u)) ldap admin dn = cn=Manager,dc=borkholder,dc=com ldap suffix = dc=borkholder,dc=com ldap group suffix = ou=Groups ldap user suffix = ou=Users ldap machine suffix = ou=Computers ldap idmap suffix = ou=Users ldap ssl = no add user script = /usr/local/sbin/smbldap-useradd -m "%u" ldap delete dn =...
2006 Apr 03
1
Cannot compile metamail
...9;]' + cd mm2.7 ++ /usr/bin/id -u + '[' 0 = 0 ']' + /bin/chown -Rhf root . ++ /usr/bin/id -u + '[' 0 = 0 ']' + /bin/chgrp -Rhf root . + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (mm-2.7-make.patch):' Patch #0 (mm-2.7-make.patch): + patch -p1 -b --suffix .make -s + echo 'Patch #1 (mm-2.7-fonts.patch):' Patch #1 (mm-2.7-fonts.patch): + patch -p1 -b --suffix .font -s + echo 'Patch #2 (mm-2.7-glibc.patch):' Patch #2 (mm-2.7-glibc.patch): + patch -p1 -b --suffix .glibc -s + echo 'Patch #3 (mm-2.7-csh.patch):' Patch #3 (mm-2.7-cs...
2004 Apr 07
2
--suffix problem - possibly bug?
I'm having an issue with the --suffix and -b flags - I've tried the following commands: rsync -avbr --backup-dir=/rsyncbackup rsynctest user@server.com::module rsync -avbr --backup-dir=/rsyncbackup --suffix="" rsynctest user@server.com::module and either way, I wind up with a tilde as a suffix on all the files moved...
2012 Mar 14
3
merge bug fix in R 2.15.0
Is it intended that the first suffix can no longer be blank? Seems to be caused by a bug fix to merge in R 2.15.0. $Rdevel --vanilla DF1 = data.frame(a=1:3,b=4:6) DF2 = data.frame(a=1:3,b=7:9) merge(DF1,DF2,by="a",suffixes=c("",".1")) Error in merge.data.frame(DF1, DF2, by = "a", suffixes = c(&...
2005 Oct 28
2
3.0.20b seems to ignore "ldap user suffix"
Excerpts from smb.conf: passdb backend = ldapsam:ldap://localhost ldap admin dn = cn=admin,dc=arch,dc=uni-karlsruhe,dc=de ldap group suffix = ou=groups ldap machine suffix = ou=computer ldap suffix = o=archipool,dc=arch,dc=uni-karlsruhe,dc=de ldap ssl = no ldap user suffix = ou=aktiv,ou=Accounts The system wide ldap suffix is a different one (ou=accounts,o=archipool,dc=arch,dc=uni-karlsruhe,dc=de). Samba, h...
2004 Apr 16
1
How do I add accounts when using ldap authentication?
...ou=People,dc=isw1,dc=symbol,dc=com) Failed to add entry for user rpixley. Failed to modify password entry for user rpixley Relevant smb.conf lines are: # ldap ldap admin dn = "cn=root,dc=isw1,dc=symbol,dc=com" ldap ssl = off passdb backend = ldapsam:ldap://ldap.isw1.symbol.com ldap user suffix = ou=People,dc=isw1,dc=symbol,dc=com ldap group suffix = ou=Groups,dc=isw1,dc=symbol,dc=com ldap machine suffix = ou=Computers,dc=isw1,dc=symbol,dc=com ldap suffix = dc=isw1,dc=symbol,dc=com ldap filter = (&(uid=%u)(objectclass=sambaSamAccount)) ldap passwd sync = yes Anyone see an obvious fla...
2019 May 13
2
LMTP and Sieve with <prefix><recipient_delimiter><user>
Hi there, Dovecot's LMTP implementation and Pigeonhole Sieve already do support the <user><delimiter><suffix> format. RfC 5233, the Sieve subaddress extension, also offers <prefix><delimiter><user>. Could Docecot's LMTP and Pigeonhole be extended to that effect? Thanks & greetings, Paul
2008 Mar 01
2
[LLVMdev] llvm/test: suffix or operands invalid for `push'
...probably wrong). You may need to set your DEJAGNU environment variable. ...FAIL: /home/jo/Delta/llvm-2.2/test/C ++Frontend/2006-11-30-NoCompileUnit.cpp Failed with exit(1) at line 2 while running: as NoCompileUnit.s -o NoCompileUnit.o NoCompileUnit.s: Assembler messages: NoCompileUnit.s:33: Error: suffix or operands invalid for `push' NoCompileUnit.s:52: Error: suffix or operands invalid for `pop' NoCompileUnit.s:64: Error: suffix or operands invalid for `push' NoCompileUnit.s:83: Error: suffix or operands invalid for `pop' NoCompileUnit.s:95: Error: suffix or operands invalid for `...
2018 Feb 20
3
Duplicate column names created by base::merge() when by.x has the same name as a column in y
...=============================== --- src/library/base/R/merge.R (revision 74280) +++ src/library/base/R/merge.R (working copy) @@ -157,6 +157,14 @@ } if(has.common.nms) names(y) <- nm.y + ## If by.x %in% names(y) then duplicate column names still arise, + ## apply suffixes to just y - this keeps backwards compatibility + ## when referring to by.x in the resulting data.frame + dupe.keyx <- intersect(nm.by, names(y)) + if(length(dupe.keyx)) { + if(nzchar(suffixes[2L])) + names(y)[match(dupe.keyx, names(y), 0L)] <- paste(...
2010 Apr 21
1
Compile errors for samba 3.5.2 on aix 5.3
...ed. I'm trying to compile samba 3.5.2 on aix 5.3 using gcc. And getting the following error while running: ./source3/make -d -f Makefile-noincludes Linking non-shared library bin/libsmbclient.a update time: 13:48:41.808974749 Apr 21, 2010 Suff_FindDeps (bin/libsmbclient.so) No known suffix on bin/libsmbclient.so. Using .NULL suffix. bin/libsmbclient.so:@ = bin/libsmbclient.so bin/libsmbclient.so:* = bin/libsmbclient.so bin/libsmbclient.so:< = No valid suffix on bin/libsmbclient.so. failed. Returning NULL Suff_FindDeps (bin/libsmbclient.so.0) No known suffix on bin/...