Displaying 16 results from an estimated 16 matches for "shema".
Did you mean:
schema
2006 Aug 28
0
samb 3 with the old shema samba and the root samba
hi,
I update my samba PDC from the 2 release to the 3 one and let my old
ldap release with the old shema (so using ldapsam_compat ).
All seem work fine (users can connect from windows in the domaine ) but
the root samba (uidnumber=0) which name is manager couldn't login, so i
can't integrate windows workstation in the domaine. I create another one
with uid= root but no good result. smbd lo...
2011 Mar 31
1
Question about setting database config without database.yml
A little background.
We are deploying a rails app on jboss by using warbler and the app is
using rails 3.0.3.
There are several parameters the customer may need to change. Some of
these parameters include database connection information, ie shema,
username, password, host, port, and database. We are connecting
through oracle thorugh the jdbc adapter.
My problem lies in the fact that I cannot insert ruby/jruby code into
the database.yml file so I need to be able to specify connection
information somewhere in the ruby code.
In application.r...
2007 Dec 19
3
IDMAP RID problems and documentation
...use of the
new syntax for IDMAP. But I failed, Also there is a lack on documentation
how to us it. (Yes there is a man, but it contains limited explanation and
examples).
What do I want? What (I think a lot of people wants)
I have two samba domain members and a Windows 2003 DC without R2 / SFU shema
extension. So I want make use of the RID facility.
Same GID/ UID mappings on all samba servers in the domain, with support of
BUILTIN groups, and without installing schema extensions on the DC.
I assume that RID was designed for this scenario
Can anyone assist me and everyone on list struggling...
2003 Feb 03
8
[Bug 413] Port forwarding: [localhost:]localport:remotehost:remoteport
http://bugzilla.mindrot.org/show_bug.cgi?id=413
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From markus at openbsd.org 2003-02-03 19:50 -------
i'll look into this.
------- You are
2008 Apr 01
2
smbldap-useradd -w won't create machine account
I can't get smbldap-useradd to add the sambaSamAccount workstation
attributes. For example:
smbldap-useradd -w 'test_machine$'
# test_machine$, People, desktop.hmdc.harvard.edu
dn: uid=test_machine$,ou=People,dc=desktop,dc=hmdc,dc=harvard,dc=edu
objectClass: top
objectClass: account
objectClass: posixAccount
cn: test_machine$
uid: test_machine$
uidNumber: 1010
gidNumber: 515
2009 Jun 26
0
Problem loss 2 seconds audio when Packet2Packet bridging
...e bug ??
When capturing with wireshark, at the beginning of sound file, we see a
break in sound.
thank you in advance
sip conf:
[general]
port=5060
bindaddr=0.0.0.0
srvlookup=yes
canreinvite=no
rtcachefriends=yes
directrtpsetup=no
maxexpiry=300
bridge=yes
defaultexpiry=300
useragent=toto
PJ: shema of call with wireshark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090626/a978406c/attachment.htm
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed......
2007 Mar 05
1
[PATCH] decoration plugin window matching
Here a patch to enable window matching in decoration plugin:
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/decor_match.patch
And a shema file if you want to test:
http://hibbert.univ-lille3.fr/~cbellegarde/Compiz/decor.schema
For removing shadow on panels, just add "type=dock" to no_border_match
Cedric
2005 Mar 07
2
dovecot patch for TCB auth
...ch of them on the system.
This user profile is kept in the protected password database,
accessible only to trusted programs acting on behalf of the trusted
computing base (TCB).
Some TCB fields are useful to us so we're planning to use their LDAP
attibute equivalents and we wrote a custom LDAP shema that includes
those which were missing from the standard openLDAP distribution [see
details below].
So we're planning (in fact are about to) patch dovecot-1.x in order to
take those LDAP attribute (matching the TCB field of interest to us)
into account. To do so, we wrote some documentation (s...
2006 Apr 17
20
Rubricks - CMS on Rails
Hi list,
I made an open source CMS powered by Rails, named Rubricks.
I have a web page for Rubricks.
You can download it or view a flash demo there.
Please try them and feed me back, like bug report etc.
Check it out at:
http://rubricks.org/index_en.html
Thanks.
Shouta
2006 Aug 15
5
howto reduce the ping?
...ine isn''t
saturated..can anybody give me a hint how to get a better response time?
my line: 1024/128kbit
outbound:
one htb qdisc for gaming (7kbps) prio 0 ceil 14kbps<- should get more traffic
when needed.
Htb again for irc and default.
inbound:
css, irc, p2p, default <- same shema as before, give css enough bandwith and
allocate the rest for the other classes.
Are packets in 1:10 (css) are transfered as fast as they arrive?
Same config without line breaks:
http://phpfi.com/140959
#!/bin/bash
OUTBOUND_DEV=ppp0
INBOUND_DEV=imq0
start_outbound()
{
echo "Start...
2006 Jul 15
13
Active Record: Can it auto-create database tables for you?
Hi,
Just get started with Rails and I''m trying to read ahead and find out
whether Active Record supports auto-creation of database tables for you?
Is this supported, or is the concept that you write your own database
DDL to do this?
Thanks
--
Posted via http://www.ruby-forum.com/.
2006 Jan 01
11
Migration db_schema_import always fails.
I have not been able to get DB migrations to work at all in Rails 1.0
for me. On multiple platforms I continually get the same errors. It
took me awhile to figure out some initial things, such as Migrations
don''t seem to support Enum column types, and doesn''t really support
Foreign key relationships (the constraints at least). After changing
my DB schema to jive more with the
2017 Dec 20
5
Unable to Join the Active Directory as a Domain Controller
Hello,
I am trying to use Samba in version 4.7.0 as a replication of an Active
Directory running on Windows 2012-R2.
For that, I execute the process described on this page:
https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory
When I run the command to join the domain controller, samba-tool returns
the following error:
DsAddEntry failed with status
2005 Oct 22
2
openssh PKCS#11 support
Hello All,
As I promised, I've completed and initial patch for openssh
PKCS#11 support. The same framework is used also by openvpn.
I want to help everyone who assisted during development.
This patch is based on the X.509 patch from
http://roumenpetrov.info/openssh/ written by Rumen Petrov,
supporting PKCS#11 without X.509 looks like a bad idea.
*So the first question is: What is the
2018 Jul 18
0
ET Y M OSO C A TOAY. Moscow. Hypo-X-Us .... TO DAY ... & AND Y Msg o' Pi ... "e, Ya!" ... at the crossroads of Secord, Oli North and ... Ved
...ght we might see that the repeated attempts to overcome the
Medusian story of a prototypical enemy that is in one place and time ?all
and self? in one. It's my clear intended purpose in the creation of the
name Allol to show us this same superposition exists in the connection
between the Jewish Shema (Adamic for ?name a? or ?ID A? in
Floridian) and the Islamic Allah who told us ages and ages ago that the key
to Revelation 5:5 and to Judah Maccabees' *SOL*
<http://hoyo.cf/lists/lt.php?id=YUgDBAFVGAFRXR1QWlQKVF0F>
, his see our light, it starts with ?ALL? and if you don't see HUMANI...
2003 Dec 01
0
No subject
...mba/
Hi,
I have a question: is it possible to run
samba-tng with ldap and _without_ nt domains?
I've read ldap-smb-howto (as it is at
http://www.unav.es/cti/ldap-smb-howto.html),
but I couldn't find anything about it. The
default configuration described there is
_with_ nt domains. And the shema for
ldap has some requied options, which are used
for nt domains.
Thanks in advance
--
Dorota Kulas | "... Unix, MS-DOS, and Windows NT (also known as
dorota@ds2.pg.gda.pl | the Good, the Bad and the Ugly) ..." - Matt Welsh
Return-Path: <gora@wittmann.sk>
Delivered-To...