Displaying 20 results from an estimated 300 matches similar to: "No raoming profiles"
2002 Nov 12
1
Need clarification
Hi,
I'm trying to run samba 2.2.6 + OpenLDAP as user/group
database ( not /etc/passwd). nss_ldap+pam_ldap is installed and
working OK, as I can login using ssh, or trough
console with one of ldap user.
But trying to connect to samba, when samba is ran as
#samba -d 2 -i
I get:
...
init_sam_from_ldap: User [ldapuser] does not ave a uid!
pass_check_smb failed - invalid password for user
2002 Nov 10
2
Does samba use NSS to find users/groups ?
Hi,
I would like to create samba only domain and
have centralized samba+system users
database in LDAP (using posixaccount+sambaccont).
Does samba uses NSS to find users/groups info?
I mean, can I have system with users in LDAP,
but not in /etc/passwd?
Thanks,
--
Saulius Gurklys
2003 May 20
3
lots of sockets in TIME_WAIT
Hi there,
I have some DDOS(?) attack on my router going where my apache HTTP
server is flooded with short-timed connections from some host. This
results in LOTS of sockets in TIME_WAIT/LAST_ACK/CLOSING states and
eventually I'm out of mbufs, which, consequently means I can't even
connect to the router from LAN. The kern.ipc.nmbclusters is 2560, (I
guess high enough for router with
2010 Oct 28
1
CentOS on laptops
Hello,
My username is SauliusPobedinskas
And i want to add an article in CentOS wiki. HowTos/Laptops add my
Fujitsu Siemens Amilo 1645 Laptop expierence with CentOS.
( http://www.hydro2control.com/FTP/InfosTecni/SiemensFuyitsuDriverCD/SiemensfujitsuDriverUtilitys/manual/amilo_ax64x_mx425_mx405/AMILO_A1645G_Generic.pdf
)
I am very pleased to announce by far CentOS was the most friendly distro
2007 May 25
2
Successful migration NT4->SAMBA3 domain, anyone?
Hello,
I have simple question. Has anyone succeeded to migrate NT4 domain
with windows XP accounts to SAMBA3+LDAP domain?
Our organization is very interested in doing this. We performed a
test migration, users' accounts
migrated without problems, but windows xp workstations can't login.
I tried to find more information on this topic. What I found made me
to think that such clean
2005 Apr 14
1
(no subject)
I have an issue with W2K/XP using Folder Redirection to a Samba homes share
(or any share for that matter). This is only a problem when access?for a
user is via an ACE (ACL) and not the traditional file system permissions.
So for example (user is test in this example):
# ls -ld History/
drwxrwx---+?? 3 root???? root???????? 4096 Apr 12 21:15 History/
# getfacl History
# file: History
# owner: root
2020 Jun 11
1
Samba shares for raoming profiles and redirected folders
On our existing samba43 installation I see this:
ll -d /var/samba4/BROCKLEY-2016/USERS/
drwxrwx---+ 21 root BROCKLEY-2016\domain admins 512 Feb 14 08:43
/var/samba4/BROCKLEY-2016/USERS/
ll -d /var/samba4/BROCKLEY/USERS/
drwxr-xr-x 3 root wheel 3 Jun 11 14:32 /var/samba4/BROCKLEY/USERS/
I have read
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
2005 Feb 18
3
Vorbis in Smatphone
Im going to buy one, probably with symbiant one. Do you know anything
about that, koz i looked over vorbis wiki and allaboutsymbian but coulnt
find anything =[
2008 Feb 22
0
RE Socomec ups protocl
Hi Saulius,
The spec you sent me is simply a Megatec excerpt:
http://www.networkupstools.org/protocols/megatec.html
So Socomec is simply a megatec rebranding (selling by simply putting its
name on).
As per the NUT compatibility list
(http://www.networkupstools.org/compat/stable.html),
Sicon are supported by the powercom driver.
But since it's a megatec unit, you should preferably try the
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
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
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
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
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 =>
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
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
2004 May 03
0
wine-users digest, Vol 1 #1756 - 15 msgs
besides wine is there no other package thats can be used
----- Original Message -----
From: <wine-users-request@winehq.org>
To: <wine-users@winehq.org>
Sent: Friday, April 30, 2004 5:20 PM
Subject: wine-users digest, Vol 1 #1756 - 15 msgs
> Send wine-users mailing list submissions to
> wine-users@winehq.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
2011 Nov 22
0
Help to inputting a pre-defined correlation structure in a Mixed Model
I'm working in a Gen/Marker-Phenotype association study in wheat and I'm
using a Mixed Model Approach to estimate the effect of the markers. My model
has the atribute measured as y (response variable), the markers and the
blocks (of a complete random block design) as fixed and the genotypes and
the residuals as random. In one hand I'm assuming that there is no
correlation between