Displaying 15 results from an estimated 15 matches for "integermatch".
2004 Jun 06
2
LDAP authentication problem
...ambaAcctFlags'
DESC 'Account Flags'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{16} SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.7165.2.1.27 NAME 'sambaPwdLastSet'
DESC 'Timestamp of the last password update'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.7165.2.1.28 NAME 'sambaPwdCanChange'
DESC 'Timestamp of when the user is allowed to update the password'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALU...
2004 Dec 27
4
PDC + LDAP
I'm trying to set up my LDAP in preparation to configure my Samba PDC.
In the Official Samba-3 HOWTO and Reference Guide it give instructions
on howto setup slapd.conf (section 10.4.4.3) After modifying the file
it instructs to run /sbin/splapindex -f /splapd.conf When I run this I
get the following error:
/etc/openldap/schema/samba.schema: line 423: AttributeType not found:
2003 Sep 08
0
Bundled Netscape DS 5.x schema in Samba3.0rc2
...sambaAcctFlags' DESC 'Account
Flags' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{16}
SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.27 NAME 'sambaPwdLastSet' DESC 'Timestamp
of the last password update' EQUALITY integerMatch SYNTAX
1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'user defined' )
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.28 NAME 'sambaPwdCanChange' DESC
'Timestamp of when the user is allowed to update the password' EQUALITY
integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGL...
2006 Nov 29
2
Samba and Heimdal Kerberos V Authentication
Hello,
I maintain a network of numerous Linux workstations, several Apples,
and a few Windows machines. The Apples and Windows XP machines already
grab shared data via Samba and the remaining data is exported to the
Linux machines via NFS.
I am in the process of migrating the existing authentication system
from XYZ123 to Kerberos and going to place user data---with the
exception of passwords
2006 Mar 17
1
samba3 and heimdal: both using ldap as backends
samba-3.0.21c, heimdal-0.7.2
The heimdal documentation[1] talks about a samba integration when both
samba and heimdal are using ldap as their backends. I quote:
"Now you can proceed as in See Using LDAP to store the database. Heimdal
will pick up the Samba LDAP entries if they are in the same search space
as the Kerberos entries."
There is absolutely no further documentation.
I tried
2004 Jun 17
0
sambaBadPasswordCount Problems on SAMBA 3.0.4 with LDAP Backend
...use the sambaBadPasswordCount to limit the amount of failed logins on Windows clients within our SAMBA Domain. I created the following attributes within my ldap server:
attributetype ( 1.3.6.1.4.1.7165.2.1.48 NAME 'sambaBadPasswordCount'
DESC 'Bad password attempt count'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.7165.2.1.49 NAME 'sambaBadPasswordTime'
DESC 'Time of the last bad password attempt'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
And also added these attributes to the...
2005 Dec 06
4
BIG Samba howto for debian only.
Hi everybody,
I made a pretty complete howto for samba on debian servers.
This howto covers samba + ldap + cups + recycle bin + samba-vscan
+ phpldapadmin + ACL + Extended Attributes.
this howto is also based on the idealx howto
If you do this setup, you should be able to use the NT4 Usermanager,
setup Point en Print Printing. set rights from explorer etc.
other nice tools is ldapadmin (
2007 Mar 19
1
Dovecot - with LDAP auth backend
...42.ELsmp
(2) dovecot-1.0-3_50.rc27.el4.at,
(3) openldap-2.2.13-6.4E
(A) I have added the following schema into /etc/openldap/schema
attributetype ( 1.3.6.1.4.1.14237.1.1.1.1 NAME 'mailquota'
DESC 'The size of space the user can have until further messages get
bounced.'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
objectclass ( 1.3.6.1.4.1.14237.1.1.2.1 NAME 'DovecotUser'
DESC 'Dovecot-LDAP User'
SUP top
AUXILIARY
MUST ( cn $ uid $ mail $ mailquota $ userPassword )
MAY ( sn ) )
(B) and added this into my /etc/openldap/slapd.conf
inc...
2018 Jul 03
3
Migrate openLDAP into Samba AD
...chema available ?
Not that I know of, but you can configure Nextcloud to use any
attribute, so we created our own attribute in our schema for nextcloud:
> attributetype ( 1.3.6.1.4.1.35502.1.2.3.1 NAME 'owncloudQuota'
> DESC 'Quota for ownCloud'
> EQUALITY integerMatch
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
> SINGLE-VALUE )
>> ... which I need to configure somehow. Does anybody have good advice
>> in that regard? GOsa seems to be dead (that's what we are using now,
>> I fear it'll die with our last server supportin...
2007 Mar 20
1
[Re: Dovecot - with LDAP auth backend]
...42.ELsmp
(2) dovecot-1.0-3_50.rc27.el4.at,
(3) openldap-2.2.13-6.4E
(A) I have added the following schema into /etc/openldap/schema
attributetype ( 1.3.6.1.4.1.14237.1.1.1.1 NAME 'mailquota'
DESC 'The size of space the user can have until further messages get
bounced.'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
objectclass ( 1.3.6.1.4.1.14237.1.1.2.1 NAME 'DovecotUser'
DESC 'Dovecot-LDAP User'
SUP top
AUXILIARY
MUST ( cn $ uid $ mail $ mailquota $ userPassword )
MAY ( sn ) )
(B) and added this into my /etc/openldap/slapd.conf
inc...
2014 Dec 02
3
Adding extra fields from an external source
Hi,
I have an existing (Open)LDAP which I'm using with dovecot and I would
like to implement quotas. I have global quotas working, but I would like
per user quotas similar to what is described in the wiki
(http://wiki2.dovecot.org/Quota/Configuration#LDAP) My problem is that
there is no obvious attribute in the schemas shipped in the RHEL/Centos
6 to hold the quota string.
Is it possible to
2018 Jul 02
4
Migrate openLDAP into Samba AD
Am 02.07.2018 um 11:01 schrieb Rowland Penny via samba:
> On Mon, 2 Jul 2018 10:19:29 +0200
> Jakob Lenfers via samba <samba at lists.samba.org> wrote:
> You can extend the schema, Samba even supplies a script to turn
> openldap schemas to Active directory ldifs and it has the imaginative
> name of 'oLschema2ldif'
Thanks, will check it out.
>> - Is it feasible
2015 Oct 20
1
Samba 4 + Squidguardian
...t;
>>> when from https://www.ietf.org/rfc/rfc2307.txt
>>> ( nisSchema.1.1 NAME 'gidNumber'
>>> DESC 'An integer uniquely identifying a group in an
>>> administrative domain'
>>> EQUALITY integerMatch SYNTAX 'INTEGER' *SINGLE-VALUE *)
>>>
>>>
>>>
>>>
>>>
>>>> well, that's their choice
>>>> Yes and it was a good choice with relevance to AD and as I said it really
>>>> doesn't need to be changed, you j...
2015 Oct 20
3
Samba 4 + Squidguardian
On 20/10/15 11:43, mathias dufresne wrote:
> 2015-10-20 11:10 GMT+02:00 Rowland Penny <rowlandpenny241155 at gmail.com>:
>
>> On 20/10/15 09:05, mathias dufresne wrote:
>>
>>> 2015-10-19 18:08 GMT+02:00 Rowland Penny <rowlandpenny241155 at gmail.com
>>> <mailto:rowlandpenny241155 at gmail.com>>:
>>>
>>>
>>> On
2015 Oct 20
0
Samba 4 + Squidguardian
...named gidNumber?
>>
>> when from https://www.ietf.org/rfc/rfc2307.txt
>> ( nisSchema.1.1 NAME 'gidNumber'
>> DESC 'An integer uniquely identifying a group in an
>> administrative domain'
>> EQUALITY integerMatch SYNTAX 'INTEGER' *SINGLE-VALUE *)
>>
>>
>>
>>
>>
>>> well, that's their choice
>>> Yes and it was a good choice with relevance to AD and as I said it really
>>> doesn't need to be changed, you just need to use windows permissi...