similar to: Question about extending schemas at run-time

Displaying 20 results from an estimated 70000 matches similar to: "Question about extending schemas at run-time"

2012 Dec 30
1
Extending AD schema
Hello, from: https://wiki.samba.org/index.php/Samba4/FAQ """ Will it also be possible in the future to extend the server by loading user defined schema's? Yes, user-defined schema may be loaded into the Samba 4.0 AD DC. It is experimental, so you must set dsdb:schema update allowed = yes in the smb.conf to permit it. """ My question is: what does it mean
2006 Jan 05
8
Repost - Do dynamic finders work with legacy schemas?
Hello everyone, I have another question related to a legacy schema I am working with. Do dynamic finders work with legacy schemas in general? The schema I am working with uses hungarian prefixes for column names. For example fOpen is 0 if a bug is closed and 1 if it is open (type smallint). When I try @bugs = Bug.find_all_by_fOpen(1), I get the following exception: undefined method
2018 Sep 17
0
Extending the AD schema - Cannot see attributes in RSAT
Hi Vladimir, On Fri, 14 Sep 2018 at 18:41, Vladimir via samba <samba at lists.samba.org> wrote: > [....] > I have Installed samba 4.8.4 on a test machine and create some users, the > problem is, to keep my email and all functionality that I have today, I > need to create some classes and attributes in samba. >[...] > The problem is, I cannot see my created atributes on
2010 Mar 26
0
Reading a SpreadsheetML / XMLNS into R xmlns="urn:schemas-microsoft-com:office:spreadsheet
Hello, I use a software that outputs the data in a form/dialect(?) of xml (I think its called "SpreadsheetML", see below for an excerpt). It allows (admittedly) easy import of such files into Excel. I would like, however, to import it directly into R. I am familiar how to do that with standard xml-files (mostly thanks to Duncan Temple Lang's help). But I haven't found the right
2018 Jul 03
0
CEBA-2018:1980 CentOS 7 gsettings-desktop-schemas BugFix Update
CentOS Errata and Bugfix Advisory 2018:1980 Upstream details at : https://access.redhat.com/errata/RHBA-2018:1980 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: c1476708492df529be4c61e8cd19ad001028504df5f9d02d057bdbc80b25c2c4 gsettings-desktop-schemas-3.24.1-2.el7_5.i686.rpm
2019 Jul 24
0
Extending Samba-4 Schema to get Microsoft LAPS working
Hi, I just did this a view days agon. These where the ldifs I used. laps_1.ldif dn: CN=ms-MCS-AdmPwd,CN=Schema,cn=configuration,DC=X changetype: add objectClass: attributeSchema ldapDisplayName: ms-MCS-AdmPwd adminDisplayName: ms-MCS-AdmPwd adminDescription: Stores password of local Administrator account on workstation attributeId:
2005 Nov 29
2
one rails application, many schemas
hello all! i am about to deploy an app that needs to connect to different schemas... uhm. let me explain. the app is located on a server (of course), and on the same server is a database with many schemas called new_york, cicago, barcelona, hongkong, singapore and so on. people from this citys need to use the app, and the app should connect to the correct schema depending from where they
2018 Nov 22
0
Extending Samba-4 Schema to get Microsoft LAPS working
On Thu, 2018-11-22 at 09:58 +0530, Ardos via samba wrote: > Hi, > > I am trying to get the Microsoft LAPS working in my samba-4 AD > environment. Microsoft LAPS requires us to extend the schema and add two > attributes "ms-Mcs-AdmPwd" (Stores the password in plain text) and > "ms-Mcs-AdmPwdExpirationTime" (Stores the time to reset the password). > >
2006 Jan 25
1
postgres schemas as rails envs
Played around with rails on mysql a little bit. Now I''m looking at rails on postgres, and postgres has schemas. Wondering if it''s appropriate to create *schemas* for my three db evironments (development, test, production) rather than separate dbs? b
2018 Nov 22
2
Extending Samba-4 Schema to get Microsoft LAPS working
Hi, I am using the command "ldbmodify -H path_to_sam_ldb automount_classes.ldif --option="dsdb:schema update allowed"=true" as given in the wiki. / / Using the above method I was able to add the two attributes. But I am not able to add these attributes to computers class. Hence looking for help to create the ldif file to add these two attributes to computer class. Best
2020 Oct 24
1
Properly extending the AD schema
Rowland [2020-10-24 12:38:36 +0000]: >I take it your imap login is probably something like fred at example.org, >if so, what is wrong with using the 'otherMailbox' attribute? The IMAP logins are not email addresses, but rather simple login names, such as ?fred?. Otherwise we would just use the mail attribute. >You used [command] twice, unless it was typo. Typo, sorry.
2018 Nov 22
2
Extending Samba-4 Schema to get Microsoft LAPS working
Hi, I am trying to get the Microsoft LAPS working in my samba-4 AD environment. Microsoft LAPS requires us to extend the schema and add two attributes "ms-Mcs-AdmPwd" (Stores the password in plain text) and "ms-Mcs-AdmPwdExpirationTime" (Stores the time to reset the password). I have added the Group Policy part of Microsoft LAPS to Windows RSAT (on Windows Server 208 R2)
2007 Jun 07
0
How to use Postgres schemas in Rails app to separate data
Rails/Postgres Gurus, Question: Is it possible to use Postgres schemas within a Rails app to separate tables and data between two different apps? Problem Set: I am thinking of combining two apps. I want to share some data (certain tables) between them, but I want the migrations and other activities to be separated. I don''t want any table changes in one app to impact the other.
2005 Dec 21
0
Dynamic Finders and Legacy Schemas
Hello everyone, I have another question related to a legacy schema I am working with. Do dynamic finders work with legacy schemas in general? The schema I am working with uses hungarian prefixes for column names. For example fOpen is 0 if a bug is closed and 1 if it is open (type smallint). When I try @bugs = Bug.find_all_by_fOpen(1), I get the following exception: undefined method
2011 Sep 13
4
Prepared statements and postgreSQL schemas
Hi guys. I''m using a postgreSQL with multiple schemas. To change between schemas I use the ''SET schema TO ...'' statement. That works ok in rails 3.0. Rails 3.1 uses prepared statements and does not take into account the ''schema_search_path''. This is a big problem because the statement is prepared once and then the same prepared statement is executed
2008 Feb 22
0
[PATCH] fix postgresql_adapter index dumping with multiple schemas
Hi, I''ve recently updated an old patch to PostgreSQLAdapter#indexes, which fixes a bug with schema dumping with multiple database schemas present. The new patch corrects an edge case bug in the original patch, includes test cases, and has been tested against PostgreSQL 7.4, 8.1 and 8.3. The ticket is at http://dev.rubyonrails.org/ticket/8659 ; I''d appreciate any code review,
2018 Nov 23
4
Extending Samba-4 Schema to get Microsoft LAPS working
Hi, Thank you very much for your support. With your ldif, one of the attributes got added to computer container. Second one is having a trouble. The modification command is reporting it is not able to find the attribute although it is very much in the schema. I am checking this part out. Any suggestions to figure out what's wrong and correct it? Best regards, Raghavendra On 22/11/18
2005 Oct 28
3
PostgreSQL. Multiply schemas in one database. How to?
Hi all. I am using PostgreSQL in my current project and I have couple of questions on this topic. Previously I have used 3 databases for project. i.e. megaproject_development, megaproject_test and megaproject_development. But I don''t like this variant because of ''rake dump_db_structure'' writes a lot of PostgreSQL specific data for structure file (operators, functions,
2019 Jul 23
2
Extending Samba-4 Schema to get Microsoft LAPS working
Am 01.07.19 um 07:48 schrieb Stefan G. Weichinger via samba: > Am 23.11.18 um 03:33 schrieb Ardos via samba: >> Hi, >> >> Thank you very much for your support. >> >> With your ldif, one of the attributes got added to computer container. >> Second one is having a trouble. The modification command is reporting it >> is not able to find the attribute
2006 Oct 26
1
Two issues
Hi. I have just installed latest git vanilla compiz under fedora core 6 and I have run into two problems: 1. Metacity theme support does not work. As soon as I type in gconftool-2 -s /apps/gwd/use_metacity_theme -t bool true the window border disappears. I have tried it both under KDE and Gnome with the same result. the window border can be brought back by setting the above value back to false. 2.