Questions tagged [schema]

A schema describes the structure of various elements like tables, fields, objects, attributes, etc. for example for a database or a directory.

112 questions
1
vote
1 answer

MySQL 1 schema, 1 filesystem

This is a ''general'' question. Hear me out. Let's say I have a MySQL standalone or even a 3 or 5 nodes cluster. Would it be a good practice to have 1 filesystem per schema ? For example, schema{1..5} would go in /var/lib/mysql/data/schema{1..5} And…
yield
  • 731
  • 1
  • 8
  • 24
1
vote
0 answers

Active Directory OU Access Control Entry ACE Issue .Net PowerShell and dsa.msc Discrepancy

I’m attempting to automate delegated permissions of an Active Directory (AD) Organizational Unit (OU) using Access Control Entries (ACE). However, I don’t fully understand Active Directory schema and I’m facing an issue where my PowerShell results…
atothek
  • 11
  • 2
1
vote
2 answers

LDAP schema objectclass multiple inheritance confuses me

I have set up OpenLDAP 2.4.50 on alpine 3.12.1 and fed cosine, inetorgperson and nis LDIF schemas to it using ldapadd. Now I wanted to add a custom object class. I added an entry cn=mystuff,cn=schema,cn=config, objectclass olcSchemaConfig which…
Timor
  • 161
  • 10
0
votes
1 answer

OpenLDAP Group: How to create a group object with both member and memberUid attributes?

I've just installed and configured OpenLDAP 2.4 in CentOS 8 and I'm now creating Groups and it's members for future use. One of these future use will be LDAP+PAM integration, which is why I want my Groups to have the memberUid attribute in the…
Rodrigo Renie
  • 107
  • 1
  • 6
0
votes
1 answer

Why shouldn't LDAP support inequality searches on shadowExpire?

When I try to search my OpenLDAP 2.4.42 server for (shadowExpire<=18074), I get no results. However, a search for (shadowExpire=12671) yields several results. My ultimate goal is to periodically regenerate a Postfix map for check_recipient_access…
200_success
  • 4,701
  • 1
  • 24
  • 42
0
votes
2 answers

how long to replicate adprep /forestprep to second domain controller?

i updated our sbs 2003 server using adprep /forestprep waited about 1/2hr and checked the second DC 's usn number, the sbs 2003 is 8875 and the usn for the second DC is 4410? can i force the second DC to check in with the sbs 2003 to get updated…
dasko
  • 1,244
  • 1
  • 22
  • 29
0
votes
1 answer

How to add logic to a new customized attribute in AD schema

I need to create new attribute named: LastLoggedWorkstation This attribute should contain the name of the last machine\IP from which the user logged on. I know how to add new attribute to AD schema (here) but I don't know how to add logic. When a…
E235
  • 111
  • 2
0
votes
1 answer

Importing a extended attribute in schema in AD , does it need mAPIID put into LDIF file?

What exactly is mAPIId and should it be put into the ldif file when the schema is imported into a AD forest?
Darktux
  • 827
  • 5
  • 20
  • 36
0
votes
1 answer

LDAP: Modify the "must" fields of a class an migrate previous entries

I use the email of my users in my LDAP class as a 'must': // schema.ldif objectClasses: ( 2.25.XXXX.3 NAME 'user' SUP inetOrgPerson STRUCTURAL MUST mail MAY ( XXX ) ) And my user are stored in my ldap with the…
Gui13
  • 121
  • 1
  • 7
0
votes
1 answer

How to recover FSMO Schema master

I am trying to raise a secondary "AD DC" server on a WIN 2012. My primary server is a Win 2008. While going through the Add feature process, I got the error message: error determining whether the target environment requires adprep unable to…
Rod
  • 3
  • 2
0
votes
1 answer

how do i make a schema for sql server 2008

Brand new Jr. Sys Admin here, trying to wrap my head around the system in place. We've got a DB on Microsoft SQL Server 2008 and I want to get a visual on what tables & Fields are in place. Just so I can get a idea of what I'm dealing with in the…
0
votes
1 answer

Debian jessie : OpenLDAP Server how to add new schema?

The following items are schema of context. I will add attributetype ( 1.3.6.1.4.1.9.500.1.3 NAME 'CiscoDomain' DESC 'Domain for VPN users' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch ORDERING caseIgnoreOrderingMatch SYNTAX…
0
votes
1 answer

Active Directory Trusts and Schema

Our company is in the process of implementing a "cloud proxy" that will utilize Active Directory for user/password lookup. The idea is to expend this and build trusts to customer's AD. My Question is, do schema's need to be the same when…
kruczkowski
  • 213
  • 2
  • 5
0
votes
1 answer

OpenLDAP schema error

I want to import some schemas into the LDAP. But I get this error: ldapadd: invalid format (line 21) entry: "" This is the file with the schemas: # ****-Schema-Datei. # # OID prefix: 1.3.6.1.4.1.29508 # Attributes: 1.3.6.1.4.1.29508.1.1 # # Depends…
leet
  • 13
  • 3
0
votes
2 answers

LDAP schema edit

I have default LDAP schema (389 DS instance) with the following objectClasses: objectClasses: ( 1.3.6.1.1.1.2.17 NAME 'automount' DESC 'An entry in an automo unter map' SUP top STRUCTURAL MUST ( cn $ automountInformation ) MAY descript ion…
alexBl
  • 37
  • 2
  • 6