A schema describes the structure of various elements like tables, fields, objects, attributes, etc. for example for a database or a directory.
Questions tagged [schema]
112 questions
1
vote
1 answer
OpenLDAP: Adding olcObjectClasses to scheme
I have added a scheme to OpenLDAP via cn=conf. The scheme was taken from WSO2 Identity Server, but was modified to apply to cn=conf and OpenLDAP.
The scheme loaded without error, but doesn't work. After querying cn=schemes,cn=conf for all loaded…

Björn Vildljung
- 21
- 4
1
vote
1 answer
XML Schema For MBSA Reports
I'm in the process of creating a script to run the command line version of Microsoft Baseline Security Analyzer (mbsacli.exe) against all of our servers. Since the MBSA reports are provided as XML documents, I should be able to write a script or…

Steve Hawkins
- 223
- 1
- 2
- 6
1
vote
0 answers
Is it ok to change the EQUALITY on an attributetype in openldap
I'd like to be able to do substring searches against a particular attribute which is defined in the schema as:
attributetype ( 1.3.6.1.1.1.1.25 NAME 'automountInformation'
DESC 'Information used by the autofs automounter'
EQUALITY…

Greg Matthews
- 21
- 2
1
vote
1 answer
sshPublicKey Attribute not showing - OpenLDAP PHPLDAP SSH Key Auth
I have imported from what I can tell successfully the sshPublicKey schema but the attribute doesn't show in PHPLDAPADMIN.
Anybody have any experience with this issue?
What I did verbatim :
sudo nano openssh-lpk.ldif
dn:…

FreeSoftwareServers
- 515
- 1
- 8
- 26
1
vote
0 answers
rfc2307bis LDAP schema: ipNetmaskNumber lookup for an ipHost object
I'm using Openldap for IAM, and consider using it also as a configuration management backend.
The rfc2307bis schema has an ipHost class, which allows for ipHostNumber attribute, but not for the network mask. Then, there is ipNetwork class, which…

badbishop
- 928
- 4
- 12
- 21
1
vote
0 answers
LDAP attribute for image/png
Like the jpegPhoto-attribute (0.9.2342.19200300.100.1.60) of inetOrgPerson for the mime-type image/jpeg - I'm searching a LDAP-attribute for image/png.
Does such a pngPhoto or pngImage exists?

mailwurf
- 11
- 1
1
vote
1 answer
openldap alternative to modifying core schema syntax
I have an application that stores contacts in OpenLDAP. It uses the c attribute to store a string describing a country name. The syntax of c only allows a two-letter country code, but the application uses full country names. Therefore the attribute…

roelvanmeer
- 1,764
- 3
- 13
- 27
1
vote
2 answers
Modifying OpenLDAP Schema - Adding 'host' attribute to 'person' objectclass
We have a legacy custom webapp that authenticates users against an OpenLDAP server. We are trying to set up another, separate OpenLDAP server to replace the older one, but we need to make the new OpenLDAP server compatible with this legacy app. …

Karl
- 111
- 3
1
vote
0 answers
Samba 4 schema extension - restart needed?
I'm integrating a custom schema in a Samba 4.2 server. This is working quiet well (using ldbmodify) but I wonder if it is necessary to stop the samba service before running ldbmodify. The Samba Wiki says so, also this answer suggests to run…

tlo
- 548
- 2
- 8
- 24
1
vote
1 answer
Importing Data Dump Using pgAdmin
I looked around and found the following code on how to import a data dump using pgadmin:
CREATE OR REPLACE FUNCTION db_to_csv(path TEXT) RETURNS void AS $$
tables RECORD;
gmdeclare
statement TEXT;
begin
FOR tables IN
SELECT (table_schema…

Max Power
- 21
- 1
- 4
1
vote
1 answer
What are the performance issues in SQL for single schema and multiple schema?
I have a critical performance scenario that,
I have to use more than 100 schema in a database. Each schema having more than 50 tables and few views. I need to use join queries for communicating between tables in these schema.
I would like to know…

felix
- 121
- 5
1
vote
1 answer
Cannot see objectClass from custom schema
I added new schema to my ldap server but when I trey to create an entry with custom objectClass an custom attributes, it doesn't see my custom stuff. It's just experimental so OID's are not important.
My custom.schema.ldif file
dn:…

shadox
- 185
- 1
- 7
1
vote
3 answers
Remove attributes from AD schema?
Can we edit a scheme in Active Directory?
Scheme cannot be deleted. But is there any possibility of editing?
For e.g. If the user object schema has 30 attributes, but i need only 10 attributes in it. Is there any possibility to delete or remove…

user2490241
- 89
- 1
- 2
- 5
1
vote
2 answers
AD - storing last 4 of employee social sec number as the employeeNumber attritubte?
I am currently working on scripting some of our access at work and would love an easy way to enter and retrieve the last 4 of a user's social sec number. It's the primary way we identify people that call. Currently we have to log in and search…

soMuch2Learn
- 333
- 1
- 6
- 16
1
vote
1 answer
Unable to change schema of a Publication Database using TSQL (Ready-roll): being forced stop replication
I am trying to apply schema changes using T-SQL (using Ready-Roll database source control tool with Octopus Deployment) to a Publication database however it is forcing me stop Replication for the script to run. If it matters, I am running…

Daniel
- 11
- 1