similar to: uid x sid on LDAP

Displaying 20 results from an estimated 1000 matches similar to: "uid x sid on LDAP"

2002 Jul 09
3
Error handling
Hi I wrote a function implementing an algoritm for simulation of spatial sampling plans (using geoR). I'm using a range of parameters to perform several simulation and sometimes this parameters create function errors wich cause the algoritm to stop. How can I avoid this ? Below there's a small example that I made to study the problem but I was not able to solve it. I've tried
2003 Nov 15
1
Samba and LDAP troubles
Hello. I have a LDAP database with user data. For that I use posixAccout schema. Now I installed Samba 3, and want to use it as a file server ( and wins server for network browsing of course ). after I added samba.schema to my LDAP database, LDAP wont start anymore.. then I saw that Samba needs SID in its schema. My question now is - what number should I enter for SID?? I don't use
2003 Apr 12
1
eDirectory 8.7 and sambaAccount
I'm having a problem adding a password to users. I get "NDS error: no additional information available (-306) when I use smbpasswd. Also I can see in ndstrace that the search string is (&(objectClass=sambaAccount)(uid=WORKGROUP/test)) and not (&(objectClass=sambaAccount)(uid=test)). I have "ldap fileter = (&(cn=%u)(objectClass=sambaAccount)) in my smb.conf. Another
2003 Jan 18
3
Adding a machine; I think I am onto something
Parameters are: Samba 2.2.7a PDC setup with LDAP includeing posix authentication for Linux. OK, the tutorial I've based my setup on is the Mandrake tutorial found at http://www.mandrakesecure.net/en/docs/ldap-auth.php Works great for autenticateing Linux from LDAP but it is really sparse on the Samba side of things. Esepcially when it comes to adding machine trust accounts. So anyway I
2006 Sep 26
2
set off error messages
Hello there! I'm creacting a loop for(i in 1:n){...}within which I build a nls model at each iteration. for some of the values of i, the algoritm in the nls function doesn't converge or cannot find a solution and consequently an error message is produced, and so my loop is interupted. The errors don't really matter to me as all the other values might still be useful and therefore I
2003 May 12
2
smbpasswd and RID/SID problems with LDAP
Problem number one: ------------------- I'm running a few-hours-old CVS version of Samba 3.0 with LDAP as the authentication backend, and I'm having some problems trying to set up the LDAP accounts using "smbpasswd". I build the structure of the LDAP database by importing a couple of LDIF's, and then I import the following user account to create an administrative account
2002 Sep 26
1
ugh, continued ldap madness
Please someone tell me I'm insane. Relevant parts of the config: passdb backend = ldapsam:ldap://ldap.byramhealthcare.com/ ldap admin dn = "cn=admin,dc=byramhealthcare,dc=com" #enable SSL after we get it working without first ldap ssl = off ldap user suffix = "ou=People,dc=byramhealthcare,dc=com" ldap machine suffix = "ou=People,dc=byramhealthcare,dc=com" $
2014 Jun 20
1
malformed DNS query
On CoreOS, runnng openssh sshd version "OpenSSH_6.6p1-hpn14v4, OpenSSL 1.0.1g", when connecting the following query is sent to the DNS server: query[A] 2.2.0.10.in-addr.arpa Which makes no sense, it's an "A" request for a reverse record. Adding "UseDNS no", prevent the request (proving that the request does come from sshd). When connecting to machines
2009 Jun 27
2
Chrome setup - Invalid address, FreeBSD
I've placed the Chromesetup.exe in my .wine/drive_c directory. I've set .wine in my env as wineprefix. I'm runnng 1.1.8.1 However, if I run wine ChromeSetup.exe, I'm returned: wine: could not load L"C:\\ChromeSetup.exe": Invalid address ?
2002 Nov 25
2
smbpasswd problem with LDAP
Hello, I have installed / configured samba-ldap (compiled SAMBA_2_2 from CVS) Whe i try to change the password for the root user, there is no problem. If i try to change the password of an ordinary user, i get the error: nas:~# smbpasswd -U william New SMB password: Retype new SMB password: No user to modify! Password changed for user william. Failed to modify entry for user william. Failed to
2004 Aug 26
1
smbpasswd complains about LDAP: "Object class violation"
I'm trying to get Samba on a Mac OS X box running as a PDC with an LDAP backend. I've read through all of the major walkthroughs I can find, and we've actually already got it running very nicely as a file server; people are currently authenticating against a different PDC and then mapping drives from the Samba box in question. However, I'd like it to be the PDC eventually, but
2004 Sep 10
2
format & seeking
Hello , you've been written that file format is frozen. does this mean that i'll be able to play files, commpressed today, say, 1-2 years after? thereby the next question is coming. what kind of strategy do you plan to enable fast seeking? to write new seeking algoritm, or to add some data to .flac file. i ask of it because i want to write files on cd-r and so i'd like to know can i
2002 Sep 10
2
Group listings in samba
Hi, I've posted this question before, but i'm still scratching my head. I've got a samba 3 cvs server with an ldap backend. When I do a search for users in a group either by net group <group> /domain or in user manager it returns access denied When I look at the logs on the server samba is searching for (uid=<group>(objectclass=sambaAccount)). The samba schema does not
2001 Dec 03
6
smbpasswd and ldap
I've compiled samba with the --with-ldapsam option and have setup up an ldap server. When I try to change the password of a user, say Administrator, get the following stuff with full debugging turned on (-D 255): New SMB password: Retype new SMB password: ldap_open_connection: connection opened ldap_connect_system: succesful connection to the LDAP server ldap_search_one_user: searching
2002 Sep 05
2
using LDAP and PDC together
Hello, I am in the process of migrating to passdb backend = ldapsam on debian unstable with the latest 3.0pre samba package. All users have a ldap sambaAccount object which was added by hand after using migrationtools from padl.com. Testing auth with smbclient works fine, however when using samba as a PDC from WinXP I can't log into the domain as I used to when "passdb backend =
2003 May 29
2
edirectory and samba
Essentially, at this point my head is about to explode. I have been able to update the most recent samba-nds.schema from the LDAP CVS at samba.org. And I can add posixAccount users with the LDAPTools. But I cannot add anyone as a sambaAccount (./smbldap-useradd -a "username"). Each time, it adds the posixAccount portion to eDirectory, and then failes the sambaAccount add portion. Is
2003 Apr 02
2
no mapping between account names and security ids was done
I use a openLDAP database for authentication on my Redhat 7.2 server. The domain is "HOME". I have had no problem adding trust accounts and authenticating against it. Today I had to change the name of my Win2K workstation from poseiden to poseiden1 for compatibility with a package I am testing. Once I changed it and put in a new trust account, I could not rejoin the domain. I gave up and
2003 Feb 17
3
Novell EDirectory as LDAP backend
Hi, is anybody out there who is using Novell Edir. with samba? I have searched the archive and found some random notes but no real success story. Here is what I have achived so far. Maybe someone can give me some hints. I have tried the samba-nds.schema that comes with the 2.2.7a tar ball. While I was able to import/add it to EDir. it did not work for me, because the "lmPassword"
2004 Feb 27
1
Authentication problem when using LDAP
A colleague has seen a problem (with Samba 3.0), in using LDAP. A very simple version of the problem is as follows, where he tries to authenticate a user "grw" > > I am almost there... I get the following when I do a simple test to > > find the user 'grw' by attempting to change the password (even > > though I do not want Samba to change the pw, this
2003 Jul 10
6
info
HI I'm a student in chemical engineering, and i have to implement an algoritm about FIVE PARAMETERS INTERPOLATION for a calibration curve (dose, optical density) y = a + (c - a) /(1+ e[-b(x-m]) where x = ln(analyte dose + 1) y = the optical absorbance data a = the curves top asymptote b = the slope of the curve c = the curves bottom asymptote m = the curve X intercept Have you never seen