Displaying 20 results from an estimated 67 matches for "atributes".
Did you mean:
attributes
2014 Feb 13
2
Samba3 LDAP open ldap as backend
Hi,
I have setup samba 3.6.6 witch openldap (rfc2307bis schema).
My problem is that samba do not recognise groups members from member
attribure.
when I setup members into memberuid atribute all works corect.
how can I instruct samba to use member atribute?
--
Alexandr Seidl
2008 Jul 14
0
nlme, lme( ) convergence and selection of effects
Hi all,
I''ve been trying to fit a mixed effects model and I''ve been having problems.
=>My aim:
to know whether states atributes, political parties and individual atributes
affect the electoral results of men and women candidates.
I use candidates as replications for states and for political parties.
=>Response: Percentage of valid votes casted to each individual.
(alternative response: electoral result (binomial: e...
2018 Feb 18
2
migrate several samba3+openldap pdc to samba3
...amespace)
during the
> migration to ensure a client can't attempt a domain login
against one
> and then the other.
>
> I wish you all the best with the
migration,
Thank you Andrew!
How can import the modified passwords to
the AD? I can do a search in the ldap to get the modified atributes and
export them. But I didnt find a way to import this atributes on the
samba AD.
Tnxs.
2006 Mar 19
1
How to access atributes from a join table?
I have a table "domains", "users" and a join table of "domains_users"
which has the domain_id, user_id as well as a userlevel_id attribute.
I know that in the model User class I can set the value of this
attribute with a function that calls:
domains.push_with_attributes(domain, :userlevel => 1)
but how do I access the userlevel field so that I can use it later
2007 Aug 21
0
Enable Media Atribute on 180 Ringing
Hi guys,
I've made some tests with a partner and when he call to me he can't
hear ring back tone.
My asterisk sent 180 ringing message to him.
He told me that in 180 ringing there isn't a media attributes and i
need to reconfigure my side to send 180 ringing with media attributes.
How can i enable this on asterisk ?
thanks.
--
Frederico Madeira
fmadeira at gmail.com
2009 Sep 22
1
Atribute 'userPAssword' not allowed
Hello
I am trying add smbpasswd for user root , my environment is samba
integrated with openldap , I found the message down at moment that was
creating smbpasswd for root, with command smbpasswd -a root , show this log
in my sladp.log
ldap_read: want=80, got=80
0000: 17 31 2e 33 2e 36 2e 31 2e 34 2e 31 2e 34 32 30 .1.3.6.1.4.1.420
0010: 33 2e 31 2e 31 31 2e 31 81 36 30 34 80 26 75 69
2018 Sep 14
7
Extending the AD schema - Cannot see attributes in RSAT
....
Before you ask, I have set the 'dsdb:schema update allowed = true' on
smb.conf, I could create the class and attribute using the MMC to update
the schema on windows, and I added the classes that I created as subclasses
of the 'User' class.
The problem is, I cannot see my created atributes on RSAT ADUC. I have set
the option to show advanced resources, but when I select the TAB with the
attributes editor, my newly created attributes are not there. I have tried
to create new users, but the result is the same.
Am I missing something?? I know that I can set the values of the attributes...
2008 Jul 05
3
getting and writing atrr with prototype
Hi i''m learning prototype and i need to know something...
Someone knows how to write and get the value of some atribute... i
mean like...jquery that uses $(''#sub-div'').atrr(''alt'',''visible);
in prototype is there something like that?...
I hope you can help me and thanks :D
--~--~---------~--~----~------------~-------~--~----~
You received
2006 Jun 01
4
What i do if i have a table with a column named "type"?
Hi everybody!
The class ActiveRecord::Base have a atribute named type and if my
table have a column with the same name i get an error if i use
model.finde, model.save and more...
I dont know what i can do to solve this problem!
Someone know?
Thanks
--
_________
Noel R. Morais
2006 Jun 21
5
model with not te be updated attributes ?
Hi List,
I have a table that contains several fields that must be initialized
when first created, but may not be altered afterwards (when updating the
other fields) because they can be changed by external processes.
I noticed that the ActiveRecord update commands (even update_attribute)
only seem to work by loading the complete record, changing fields that
need to be changed and doing a full
2006 Jan 20
11
HABTM relations
Hi,
I have 3 tables with HABTM relation.
USERS -> QUOTE_TO_USER <- QUOTES
Table QUOTE_TO_USER has 3 attributes: quote_id, user_id, component.
I have a form where I can tie multiple users to QUOTE. This is easy one,
thru "user_ids" (@quote[:user_ids] = @params[:quote][:user_ids]).
In this form I have all users and I just check those I want to tie to
this quote, however
2017 Oct 30
1
LDAP authentication and shadowExpire
Hi,
I am trying to configure Dovecot (2.2.27) with LDAP passdb,
specifically with authentication binds
(https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds).
Atribute shadowExpire has a unix time stamp value. Is there a way to
write pass_filter like shadowExpire<ToDay?
Or maybe there is better way to implement password expiration in Dovecot?
--
Pagarbiai
Mantas Gegu?is
VU
2008 Jan 02
1
Trying to build the maildir path
I use ldap because is where are store the users and his make place
the authentication .
In my LDAP I have a attribute mail.
like this = mail: pepe at casa.com
I Have more that one domain
This atribute return to me something like : pepe at casa.com where i use
tu build the path to maildir, using %d and %n variables .
/var/spool/vmail/%d/%n = /var/spool/vmail/casa.com/pepe
this work
2003 Mar 24
1
using tapply with a matrix?
I've successfully created my own function (topbot) that takes a vector as input and used it with tapply() and an input vector (data$depth) and classification factor (data$profile):
vols <- tapply(data$depth, data$profile, topbot)
works great.
But now I want to do something similar, except my function will take a 3 column matrix with nrows() equal to the factor's length. tapply
2002 Nov 14
1
No raoming profiles
Hi,
I've installed samba 2.2.6 as PDC+LDAP, so far everything is fine,
but I do not want users to have raoming profiles so every user atribute
'profilePath' I set to '' (empty string).
Is it enough or I need to do something else?
Thanks,
Saulius
2005 Aug 19
2
data validation
I''m trying validate date before they''re stored into the DB, but it seems,
validation doesn''t work..
my model looks like this:
class Company < ActiveRecord::Base
has_many :contacts,
:foreign_key =>''company_id''
has_and_belongs_to_many :categories, :join_table => ''company_to_category'',
:foreign_key =>
2017 Feb 21
3
Setting Win ACLs via Comp Managment, connection to Member Server warning
...s me to the domain member and shared
folder can be selected and viewed. An attempt to modify and pressing
"apply" results in another warning that it is a root share and that
anything inherited will be removed and so on.
Question: What is the minimal set of Accounts that need to have UNIX
atributes set in order to have a functional domain?
(in my case I set Unix attributes on BUILTIN Administrators and Users,
SAMDOM\<myusers>.)
My setup is ADDC (ubuntu) + DM (Ubuntu). Trying to Administer eACL
from Windows Server 2012 R2 RSAT.
thanks
Lin
2010 Jun 23
2
umask not functioning with cp command
Hi all,
$ umask 0002
$ mkdir test
$ ls -ld test
drwxrwxr-x 2 user user 4096 Jun 23 19:04 test/
$ls -ld content
drwxr-xr-x 2 user user 4096 Jun 23 19:29 content
$ cp -r content test/
$ls -ld test/content
drwxr-xr-x 2 user user 4096 Jun 23 19:29 content
My question is, how can I make content directory permission mode to 775 if I
do cp inside the test directory?
Thanks.
Regards,
James
2005 Mar 02
3
behind a router
i've finally managed to stream in my network with icecast and muse. in the
iceast.xml config file i had to specify 192.168.2.5 as my bind-address, my ip
in my internal network (i'm behind a router) and from other computers in this
network i could hear my streaming. but i would like to stream even out of my
network. so i redirected port 8000 of the router to my internal ip, tried to
2014 Jul 17
2
[lm-sensors] hwmon: question about the sysfs interface
Hi Guenter,
> For automatic fan control we don't really have a well defined ABI.
> Part of the problem is that the mechanisms used by various chips are
> quite different.
>
> Please have a look into Documentation/hwmon/nct6775. It is by far
> the driver with the most comprehensive fan control mechanisms and
> attributes. Would any of the attributes or atribute groups in