Displaying 2 results from an estimated 2 matches for "myprefix".
2016 Aug 19
1
Storing Quotas in Active Directory
On Thu, Aug 18, 2016 at 7:07 AM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
>
> Hi Greg, I take it what we discussed last time didn't work.
>
I did in fact create some custom schema mods that can store the quota
information, but it just seems to be an odd way to do it. I am surprised
that others uses Samba 4 on *nix file servers don't talk about this
2007 Oct 26
3
--prefix, url_for and image_tag
First time here, so I hope this isn''t a FAQ (although I did check
*the* faq).
I''m using mongrel_cluster with --prefix, and it is very slick. Thanks
for that. But I had one problem. At one point in my little app, I
have something like this:
image_tag(url_for(:action => ''picture'', :id => 1), :size =>
"160x200")
In this scenario,