Displaying 6 results from an estimated 6 matches for "rizzi".
Did you mean:
rizzo
2016 Apr 21
2
Two-way trusts
Hi,
as i read from https://wiki.samba.org/index.php/Roadmap#Trust_support
two-way forest trusts are on the way.
Is there any rc date available?
Thanks,
Sergio.
2015 Mar 13
2
Samba4 interdomain trust
On Tue, 2015-03-10 at 11:37 +0100, Klaus Hartnegg wrote:
> Am 10.03.2015 um 11:00 schrieb Sergio Rizzi:
> > By reading https://wiki.samba.org/index.php/Roadmap#Trust_support seems
> > that trust support is not finished yet, btw in changelogs seems that in
> > 4.2.* (with winbindd) interdomain trusts are now working.
>
> The release notes say that windindd "paves the way...
2015 Mar 10
2
Samba4 interdomain trust
> Il 04/07/2014 18:19, Marc Muehlfeld ha scritto:
> It's on the "Roadmap" page
> (https://wiki.samba.org/index.php/Roadmap#Trust_support). But no
> timeline or planned version yet.
By reading https://wiki.samba.org/index.php/Roadmap#Trust_support seems
that trust support is not finished yet, btw in changelogs seems that in
4.2.* (with winbindd) interdomain trusts are
2006 May 24
1
Two INBOX locations
...ccess for second with squirrelmail
which use IMAP, as the INBOX is in /var/mail/%u and IMAP settings tell that
INBOX is in /home/%u/mail, they can't view their emails.
Is there a way to tell to dovecot to search IMAP mails both in
/home/%u/mail
and in /var/mail/%u
Thanks
> Emmanuel RIZZI
> ERILOG
> 103 rue Beaupoil
> 39210 DOMBLANS
> Tel: 03 84 44 66 66
> Fax: 03 84 44 62 00
>
>
>
2014 Jul 07
0
Still confused about kerberos password expiry
...6. Re: radius auth to samba (Andrew Bartlett)
> 7. Re: multiple DCs / rsync / sysvol / xattr acls (Vogel, Sven)
> 8. Public shares possible on 4.0 AD DC? (Robert Bailey)
> 9. Re: external Kerberos and samba4 (Dewayne Geraghty)
> 10. Re: Samba4 interdomain trust (Sergio Rizzi)
> 11. Re: domain-based DFS ? (Davor Vusir)
> 12. How to manipulate ldap access rights on Samba 4? (Teemu Keinonen)
> 13. Re: domain-based DFS ? (L.P.H. van Belle)
> 14. Re: domain-based DFS ? (L.P.H. van Belle)
> 15. Re: How to manipulate ldap access rights on Samba 4...
2009 Jul 30
2
Question regarding sqldf
Hello,
I am having a problem using sqldf. I'm trying to choose a subset of
observations from a data set based on the date and maximum value of a
variable by date.
Here is the code I am using:
test<-sqldf("select distinct * from bextuse group by sdate having
bext=max(bext)",method="raw");
The result I get back is a data frame with 0 rows and 0 columns. I have
tried