Displaying 4 results from an estimated 4 matches for "myperson".
Did you mean:
25person
2002 Sep 23
1
Samba-LDAP with custom object class
...---------------
attributeType ( 1.3.6.1.4.1.13460.1.18.1
NAME 'login'
DESC 'login used by linux'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
objectClass ( 1.3.6.1.4.1.13460.2.18.1
NAME 'myPerson'
SUP TOP
STRUCTURAL
MUST ( login ) )
-----------------end - myClass -------------------------------
My smb.conf is the following one (only an extract):
------------------ smb.conf -----------------------------
ldap admin dn = "cn=manager,id=1"...
2007 Apr 30
1
Simple dial plan inquiry
...s macro overrides one SIP endpoint which I use for personal usage and
do not wish to contain our default CID which is passed through arg1. Is
there anyway I can combine GotoIf/Goto to set it otherwise? I was
thinking in terms of pseudo code to do something similar to the following:
if ($arg1 = SIP/MyPersonal)
{
set caller ID to mypersonal
goto s,2
}
else
{
Set(CALLERID(number)=${ARG1}) ; leave as is
goto s,2 ; leave as is
}
Thanks for any insight.
- sf
2014 Mar 18
2
samba-tool illegal instruction setting up Kerberos auth for http
Hi all,
Has anyone noticed this behaviour in samba-tool? I was trying to do the
Apache Single Sign on authentication:
https://wiki.samba.org/index.php/Authenticating_other_services_against_AD#Apache_Single_Sign-On
> root at bnedevdc0:~# samba-tool domain exportkeytab /root/httpd.keytab --principal=HTTP/svn.myrealm.mydomain at MYREALM.MYDOMAIN -d10
> INFO: Current debug levels:
>
2003 Feb 12
2
rsync & ldap authentication
...arlaNet, c=DE
default: empty
MODULE OPTIONS
ldap filter
This parameter specifies an LDAP search filter used
to search for a user name in the LDAP database. It
must contain the string %u which will be replaced
with the user being searched for.
example: ldap filter = (&(objectclass=myperson)(uid=%u))
default: empty string
ldap passwd attribute
This parameter specifies the name of the attribute in the user
object that contains the rsyncd password in clear text.
You should use access control on this attribute and it has to be case
sensitive.
example: ldap passwd attribute =...