search for: fazio

Displaying 7 results from an estimated 7 matches for "fazio".

Did you mean: fabio
2024 Feb 25
2
'Scripted' machine account renewal?!
On 25-02-2024 11:56, Marco Gaiarin via samba wrote: > I need to access the LDAP AD server from a debian box, but i don't need > shares nor winbind. > > For a sake of simplicity i'm thinking to use machine account (-P). There is "net changetrustpw" to do this. When you domain-join the machine the machine password is managed by winbind, so you don't need to this.
2024 Feb 26
1
'Scripted' machine account renewal?!
...rds at all... Interesting... i supposed that still Kerberos ticket have to be 'upgraded', so... there's really a way to generate a 'permanent' kerberos ticket? Some info on how to do this? Thanks. -- In amore ci vuole fortuna, ma anche un bel culo non guasta. (Fabio Fazio)
2006 Sep 26
1
Migrating users
Hello, I need some ideas about one problem. I have 500 users with md5 password on a MSsql server that I need to migrate to a Samba server with ldap. Is there any way to migrate or use those usernames and the md5 hashes? i mean... may I use those hash for SMB? I know that openldap could use md5 but i m not sure if the samba+ldap can use those hashes to autenticate the users. Many many thanks and
2023 May 20
1
PAM Offline Authentication in Ubuntu 22.04...
On 19/05/2023 12:02, Marco Gaiarin via samba wrote: > > I'm trying to enable offline auth in a Ubuntu 22.04 box, following: > > https://wiki.samba.org/index.php/PAM_Offline_Authentication > > using standard ubuntu samba package (4.15.13+dfsg-0ubuntu1.1). > I've enabled workaround 'lock directory = /var/cache/samba'. I would undo that, it appears to be
2006 Sep 28
1
Autentication against BDC first
Hi all, I have this question, I ve got a master LDAP server on a remote place and i want to install a PDC and a BDC and a slave ldap server in other place. Mi question is... may I force de WorkStations logging (read the information )against the BDC first than PDC, so the READ trafic goes to the Slave Ldap??? The problem is the network avoid READ traffic. In the Samba FAQ recomends that the:
2023 May 22
1
PAM Offline Authentication in Ubuntu 22.04...
...winbind loose the ability to do NSS cache... i've googled a bit, and Samba in Xenial was 4.3.11+dfsg-0ubuntu0.16.04.34 . It is worth a try to update samba to the later versions? There was updates in this fields? -- In amore ci vuole fortuna, ma anche un bel culo non guasta. (Fabio Fazio)
2007 Aug 01
0
newbie - Problem running unit test because of text column
I''m new to Ruby and Rails and I''m having a problem. I''ve creates a ruby schema file defining a table containing a text column. I am able to migrate this table to a MySQL database with no problem. Here is the table definition from my migration file. create_table "strings", :force => true do |t| t.column "string", :text, :null =>