Displaying 13 results from an estimated 13 matches for "nextuid".
Did you mean:
next_uid
2005 May 31
0
Access denied error when trying to join XP to Samba Domain
...DIR = "/dev/null";
$SHELL = "/bin/false";
$SMBPASSWD = "/usr/local/samba/bin/smbpasswd";
sub GetAvailUid()
{
my ($search, $modify, $searchbase, $filter);
$searchbase = "dc=dcscorp,dc=net"." '(objectClass=idPool)'";
$filter = "filter nextUid";
$search = `$LDAPSEARCH -LLL -x -b $searchbase $filter | grep nextUid |
cut -d ':' -f2`;
chomp ($search);
UpdateIDPool ($search);
return $search;
}
sub UpdateIDPool
{
my ($uidnum) = @_;
$uidnum++;
my $entry = "dn: cn=Pool,dc=dcscorp,dc=net
replace: nextUid
nextUid:...
2020 Sep 28
2
Dsync issues since 2.3.11.3.
...tOS 8 using the official Dovecot repo).
Sep 27 17:49:04 host dovecot[130]:
dsync-local(user at host)<5GWFD2CmcF+TJwAAsNnMGQ>: Warning: Failed to do
incremental sync for mailbox INBOX, retry with a full sync (Modseq 66543
no longer in transaction log (highest=66547, last_common_uid=46346,
nextuid=46347))
Sep 27 17:49:04 host dovecot[130]:
dsync-local(user at host)<5GWFD2CmcF+TJwAAsNnMGQ>: Error: Remote command
returned error 75: ssh <options> doveadm dsync-server -u user at host
It seems to happen at random times to random users.
My setup has 2 servers - users are connecting...
2007 Jun 13
4
Dovecot LDA munging INBOX access times?
We are running Dovecot 1.0.0 using mbox format (currently in the midst
of conversion from UW IMAP). We discovered today that the Dovecot LDA
is accessing the user's INBOX at delivery time! Not only do our users
rely on this access time being when they last accessed their e-mail,
we also rely on it to migrate "inactive" users to cheaper disk.
I consider this a major bug for us and
2005 Aug 12
4
Adding machine to domain fails - check permissions? (ldap)
Dear list,
Whe i trying to add a machine to the domain(ldap/pdc) i get the
following error:
> Error: modifications require authentication at
> /usr/share/perl5/smbldap_tools.pm line 891, <DATA> line 283.
> [2005/08/11 16:46:54, 0]
> rpc_server/srv_samr_nt.c:_samr_create_user(2324)
> _samr_create_user: Running the command `/usr/sbin/smbldap-useradd -w
>
2019 Jul 03
1
Warning: Failed to do incremental sync
...aildir/dovecot-uidlist: Duplicate file entry at line 26397: 1562173159.M215923P17350.mxp,S=2290,W=2339 (uid 143128 -> 143142)
Warning: Failed to do incremental sync for mailbox Sent Messages, retry with a full sync (Modseq 1766 no longer in transaction log (highest=17617, last_common_uid=17559, nextuid=17560))
Warning: Failed to do incremental sync for mailbox INBOX, retry with a full sync (Modseq 2540 no longer in transaction log (highest=13870, last_common_uid=19912, nextuid=19913))
I guess dovecot automatically tries a full replication because eventually the messages get pushed and "s...
2008 Feb 22
2
Adding a machine account to Samba PCD + LDAP?
How does one go about adding a machine account, or even a normal samba
account, on a Samba PDC with LDAP back end?
I wanted to avoid using something like smbldap-useradd, because I want
to actually understand what's going on. I'm assuming it's just some
sort of small ldif to add, like I would for adding user, am I wrong?
Thanks,
Kyle
2018 May 30
1
Scripting the next UID/GID number to use
...rver}/$userName" \
--uid-number="$userUid" \
--gid-number="$userGid" \
--login-shell="/bin/bash"
# set passwd #
samba-tool user setpassword $userName --newpassword=$userPasswd
samba-tool user setexpiry --noexpiry $userName
############
# next uid #
############
nextUid=$((userUid+1))
echo "dn: CN=$shortDomain,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,$baseDN
changetype: modify
replace: msSFU30MaxUidNumber
msSFU30MaxUidNumber: $nextUid" > /tmp/$userName
ldbmodify --url=$samDatabase -b $baseDN /tmp/$userName
rm /tmp/$userName
##############...
2018 Jan 16
3
Avoiding uid conflicts between rfc2307 user/groups and computers
Mandi! Kacper Wirski via samba
In chel di` si favelave...
> I understand the OP, I was asking some time ago similar question, but it was
> in relation to samba domain member.
Thanks, Kacper.
> I couldn't get backend: ad to work for
> machine accounts, so i switched to idmap: rid and it solved everything. I
> tried manually adding UID and GID to Domain Computer group and to
2018 May 30
2
Scripting the next UID/GID number to use
On Wed, 30 May 2018 10:33:55 +0200
Marco Gaiarin via samba <samba at lists.samba.org> wrote:
> Mandi! Rowland Penny via samba
> In chel di` si favelave...
>
> > > So, in AD LDAP lingo, a 'modify' is not atomic, and a 'delete/add'
> > > yes?
>
> Ahem, i meant:
>
> So, in AD LDAP lingo, a 'replace' is not atomic, and a
2018 Jan 17
0
Avoiding uid conflicts between rfc2307 user/groups and computers
...# --must-change-at-next-login can cause problem with roaming profiles
samba-tool user setpassword $userName --newpassword=$userName
else
samba-tool user setpassword $userName --newpassword=$userPasswd
fi
samba-tool user setexpiry --noexpiry $userName
############
# next uid #
############
nextUid=$((userUid+1))
echo "dn: CN=$shortDomain,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,$baseDN
changetype: modify
replace: msSFU30MaxUidNumber
msSFU30MaxUidNumber: $nextUid" > /tmp/$userName
ldbmodify --url=$samDatabase -b $baseDN /tmp/$userName
rm /tmp/$userName
Thank you very...
2015 Mar 05
1
fast sync vs. full sync
Hi everyone,
can anybody explain the difference between Dovecots fast sync and full
sync in replication mode?
Regards
Patrick
2009 Jul 28
3
Clients and dovecot-uidlist
Hello,
I'm trying to figure out what exactly (and why) are the consequences of a lost
or removal of the dovecot-uidlist file on an IMAP client (Thunderbird for
instance).
I took for granted that it was that the client would download all messages
again since it might be confused by some UID changes. But I don't really see
why (on the IMAP protocol level) and I don't know how to
2007 May 17
7
Replication plans
Several companies have been interested in getting replication support
for Dovecot. It looks like I could begin implementing it in a few months
after some other changes. So here's how I'm planning on doing it:
What needs to be replicated:
- Saving new mails (IMAP, deliver)
- Copying existing mails
- Expunges
- Flag and keyword changes
- Mailbox creations, deletions and renames
-