Displaying 2 results from an estimated 2 matches for "servicesearchdescriptor".
2006 May 09
1
Joining Domain on Solaris, Get_Pwnam_internals didn't find user
...dd -t 0 -w "%u"
(I also tried -w "%m")
smbldap.conf:
suffix="dc=new10,dc=com"
usersdn="ou=Users,${suffix}"
computersdn="ou=Computers,${suffix}"
groupsdn="ou=Groups,${suffix}"
scope="sub"
ldapclient profile:
serviceSearchDescriptor: group:ou=Groups,dc=new10,dc=com?sub
serviceSearchDescriptor:
passwd:ou=Users,dc=new10,dc=com?sub;ou=Computers,dc=new10,dc=com?sub
nsswitch points to files and ldap for group and passwd.
When I try to join a Win2k SP3 or WinXP SP2 to the Domain, it says it
"The username could not be fo...
2004 Jun 06
2
LDAP authentication problem
...ffix = "o=USS"
ldap port = 389
ldap server = 10.5.3.177
[share1]
path = /tmp
---------------------------------------------------------
---------------------------------------------------------
inbetween i ran this
ldapclient manual \
-a profileName=profile-imb \
-a domainName=o=USS \
-a serviceSearchDescriptor=passwd:o=USS \
-a serviceSearchDescriptor=group:o=USS \
-a authenticationMethod=simple -a defaultSearchBase=o=USS \
-a searchTimeLimit=60 -a profileTTL=3600 \
-a credentialLevel=proxy \
-a proxyDN=cn=SAMBAuser,OU=SRV100,OU=Resources,O=USS \
-a proxyPassword=mypassword \
10.5.3.177
System successf...