Displaying 20 results from an estimated 700 matches similar to: "handset to sound card"
2015 Oct 09
4
Contribute to the Wiki
Hi,
My name is Norberto Aquino.
username norbertoaquino
I'm interested in translating the wiki for Brazilian Portuguese.
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20151009/2110e537/attachment-0002.html>
1999 Oct 22
1
client NT always asks for password
Hello
Our NT workstations always ask for the password on
each share of the samba server, although the password
is the same as the log on password.
Is there any way to avoid this ?
The first try always fails on the server, but I don't
what user/passwd combination NT uses on that first time...
Thanks,
Joao Pagaime
--
FCCN - Fundacao para a Computacao Cientifica Nacional - Tel: 351-1-8440100
2015 May 06
2
Using ldap to check last password modification date
Thanks Rowland. That makes sense :-)
BTW, Is the following code enough to change the password with python-ldap?
con.sasl_interactive_bind_s("", sasl_auth)
mod_attrs = [
(ldap.MOD_REPLACE, 'unicodePwd', new_password),
(ldap.MOD_REPLACE, 'unicodePwd', new_password)
]
con.modify_s('CN=%s,CN=Users,DC=lxc,DC=com % username, mod_attrs)
Thanks!
Regards,
Norberto
2015 Jan 23
2
from Cyrus to Dovecot, seen status on cyrus.index files
2015-01-23 4:20 GMT-03:00 Marc St?rmer <mail at marc-stuermer.de>:
>
> Zitat von Norberto Bensa <nbensa+dovecot at gmail.com>:
>
> Does anyone use cyrus2dovecot for migrations? If so, how do you deal with
>> seen status when it is stored in the .index files?
>>
>
> Why don't you use the migration tool that comes with Dovecot bundled
> instead,
2015 Oct 12
2
CentOS-docs Digest, Vol 107, Issue 4
Hi,
I am finished my first page, but there are a problem with links.
Example: link for page bg / Search referrer to bg / frontpage / Search
Is this right?
Thank you
2015-10-12 9:00 GMT-03:00 <centos-docs-request at centos.org>:
> Send CentOS-docs mailing list submissions to
> centos-docs at centos.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2013 Jun 09
3
Preparación de datos
Hola, ¿como están?
Me encuentro haciendo un trabajo de Explotación de Información para
la facultad y tengo un inconveniente a la hora de preparar los datos para
poder operar con ellos.
Tengo un atributo "Titulo Secundario" que cuenta con 139 valores
diferentes (al final les dejo algunos de estos valores con la cantidad de
ocurrencias de cada uno) y lo que quiero hacer es
2015 Oct 04
2
samba member, NT_STATUS_LOGON_FAILURE
Nope. Do I need to?
For now I only want to authenticate Windows boxes. *nix boxes later.
Thanks.
2015-10-04 14:11 GMT-03:00 Rowland Penny <rowlandpenny241155 at gmail.com>:
> On 04/10/15 17:43, Norberto Bensa wrote:
>>
>> Hello,
>>
>> I've followed two or three articles on how to configure samba 4 as a
>> member server. One of these articles is from
2015 May 05
2
Using ldap to check last password modification date
Hello,
For a portal I'm working on, I need to know if changing the unicodePwd
attr with LDAP also updates pwdLastSet (so the account doesn't get
locked). It seems the answer is yes, but the value I get from
pwdLastSet is somewhat weird:
pwdLastSet: 130753269490000000
That is Wed, 08 Jun 2011 11:31:34 GMT
Why? Is that epoch or something else? Is there anything else I need to
update when
2010 Feb 11
1
Problems with ubuntu karmic x64
Hello.
I've tried to install R on ubuntu and all succeeded untill I searched for
the icon to execute, simply didn't appear anywhere.
I wrote in terminal:
*sudo gedit /etc/apt/sources.list*
then
added with :
*##Estadística con R
deb http://cran.es.r-project.org/bin/linux/ubuntu karmic/*
saved,
*sudo apt-get update*
and
*sudo apt-get install r-base*
as instructions say.
Then I tried to
2015 Jan 22
4
from Cyrus to Dovecot, seen status on cyrus.index files
Hello,
Using cyrus2dovecot (https://github.com/a-schild/cyrus2dovecot) I have
migrated some test mailboxes from Cyrus (2.4.17) to Dovecot (2.2.9).
The problem I'm having is that the seen status is in cyrus.index files,
which cyrus2dovecot doesn't understand.
Does anyone use cyrus2dovecot for migrations? If so, how do you deal with
seen status when it is stored in the .index files?
2001 Nov 07
1
xinetd, what's the trick?
Hello,
I've succefuly installed samba 2.2.2 on my Linux box. I can share between
Linux and MS boxes, but I want to start samba from xinetd.
In /etc/xinetd.d/ I have this:
#/etc/xinetd.d/netbios-ns
service netbios-ns
{
disable = no
socket_type = dgram
protocol = udp
port = 137
user = root
wait
2009 Mar 28
1
Installing on LVM on SW-RAID
Hello list,
I'm trying to install CentOS 5.2 on LVM on a SW-RAID level 1, but I'm
unable to understand how to use the installer correctly.
What I'm trying to do is emulate something I've already done with
another distro where:
sda5 \
RAID1 --> /boot
sdb5 /
sda6 \
RAID1 --> LVM --> /root, /home, /usr, /var... etc.
sdb6 /
I've succesfully
2008 Oct 30
1
machine policy?
Hello list,
Is it possible to implement machine policies with Samba-3.0.x? Is so, how?
I'm asking because I need to update registry settings and tz info for
the computers on the domain, but the logon script is executed by the
user (which doesn't have privileges to modify the registry entries nor
date/time/tz configuration.)
Many thanks in advance,
Norberto
2002 Jan 04
2
Meaning of...
Hello,
I'm curious, what Ogg and Vorbis stand for?
I run a mailing list for my customers here, and I've made a commentary on
Ogg/Vorbis a few days ago, someone ask me the meaning of those words.
Thanks,
Norberto
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
2004 Aug 06
2
mkpasswd??
Hello,
after reading the FAQ, I decided to compile icecast (1.3.11)
with --with-crypt option, but, there's no mkpasswd anywhere in the source
tarball.
Am I missing something here?
Thanks,
Norberto
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
2009 Jul 08
4
editposix: winbind -u: Error looking up domain users
Hello list,
I'm trying this configuration:
http://wiki.samba.org/index.php/Ldapsam_Editposix
Everything works. I can add users, list users, delete users (and
groups) with "net rpc user..." I can join clients, etc.
*But* wbinfo -u and -g gives:
zoolook@kvm-test-samba1:~$ wbinfo -u
Error looking up domain users
zoolook@kvm-test-samba1:~$ wbinfo -g
BUILTIN\administrators
2015 Oct 04
2
samba member, NT_STATUS_LOGON_FAILURE
Hello,
I've followed two or three articles on how to configure samba 4 as a
member server. One of these articles is from the samba wiki:
https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server
The server joins, but it cannot authenticate users. I don't care about
nss, winbind, etc. unless it is REALLY necessary. All I want is to use
this server as a file server for workstations
2010 Oct 18
8
Asterisk to switch on electric heaters remotely?
Hello
I'm sure someone has already tried this: I use a couple of electric
heaters to heat my office.
I'd like to somehow connect them to Asterisk so that I could switch
them on remotely by either calling the IVR or sending an e-mail to the
Asterisk host, so that the room is warm when I get to the office :-)
Any information appreciated.
Thank you.
2009 Mar 28
2
Minimal Install?
Hello list,
I'm testing CentOS 5.2 as a possible Xen Server (i.e.: dom0) but the
default no-items-selected still installs cups, portmap, and many other
thing I don't want in a dom0 installation.
I've already removed the packages I don't want, and replaced sendmail
with postfix (I need a mailserver because of mdadm/smartd) but
there're some executables I don't know what
2002 Dec 22
1
LDAP, SASL, Invalid credentials???
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm sorry for this but it's driving me craaaaaaaazzyyyyyy....
My setup:
samba: 2.2.7
openldap: 2.0.25
sasl: 1.5.27
I've configured my LDAP server (for testing purposes only) with
SASL/DIGEST-MD5 auth.
In slapd.conf
rootdn uin=root@bensa.ar
sasl-realm bensa.ar
# saslpasswd -u bensa.ar -c root
(I've set 'admin' as the