From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass smtp.mailfrom=irif.fr; dkim=pass header.d=irif.fr; arc=none (Message is not ARC signed); dmarc=none Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) by mail.toke.dk (Postfix) with ESMTPS id CBE69BA8E35 for ; Fri, 01 Aug 2025 15:38:41 +0200 (CEST) Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 571Dcfd9018853 for ; Fri, 1 Aug 2025 15:38:41 +0200 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id 61A7626425 for ; Fri, 1 Aug 2025 15:38:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=irif.fr; h= content-type:content-type:mime-version:user-agent:subject :subject:from:from:message-id:date:date:received:received; s= dkim-irif; t=1754055520; x=1754919521; bh=9OE+4eFhAGHa5x2f/Cwr9T Il4+cZgLEqNyXLVSiaUkM=; b=psf+pYxIDvy4udZjOWARKh24Q0INbwORzLESwa jRSAjTufGvgJv18+wZMSDiSB1UkVqTzXB3BL4KwVTj8YDwvNfdHZ1CpWRYf7gVul fW0t8Bbs0ujDPpxYrnVDuqqzLMBLufbbnIOaGPMQpMQC8d7uj7gMPlIDuVMmLqRK dftpZqK+gIGgSSWV4ly8YahPT6BlcgrBeU7wXO8M7CBjyVR48InHeS6g4egf5/TP 0Lmymwbx34BalKgcFcV2U4+nYd1n1CUSvMmNBZVYKtccBCtAmEK9QbafKNeZd8Q2 JrNQeN429RDd+rWvjGZpmVzByypnhQxpLSZCRNiVVnEKmXIg== X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id a3p3SrIaRCUW for ; Fri, 1 Aug 2025 15:38:40 +0200 (CEST) Received: from pirx.irif.fr (89-64-69-188.dynamic.play.pl [89.64.69.188]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 3C7872638F for ; Fri, 1 Aug 2025 15:38:40 +0200 (CEST) Date: Fri, 01 Aug 2025 15:38:39 +0200 Message-ID: <871ppvjh5s.wl-jch@irif.fr> From: Juliusz Chroboczek To: galene@lists.galene.org User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/30.1 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Fri, 01 Aug 2025 15:38:41 +0200 (CEST) X-Miltered: at korolev with ID 688CC361.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 688CC361.000 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 688CC361.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Message-ID-Hash: YPDB7K3NHXL4I3PINQZI3X6YC24ZMGN4 X-Message-ID-Hash: YPDB7K3NHXL4I3PINQZI3X6YC24ZMGN4 X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list Subject: [Galene] Hierarchical tokens List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: I've just implemented hierarchical tokens, that apply to a whole subtree. So now, if you do galenectl create-token -group public -include-subgroups you'll get a token that works in the whole public/* hierarchy. Next step is adding support for tokens at the root of the hierarchy, so that you can have global tokens. -- Juliusz