Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91207384
20130611.nukeldap.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 8, 23:46
Size
490 B
Mime Type
text/x-php
Expires
Sun, Nov 10, 23:46 (2 d)
Engine
blob
Format
Raw Data
Handle
22220254
Attached To
rPH Phabricator
20130611.nukeldap.php
View Options
<?php
$table
=
new
PhabricatorUser
();
$conn
=
$table
->
establishConnection
(
'w'
);
$table_name
=
'user_ldapinfo'
;
foreach
(
new
LiskRawMigrationIterator
(
$conn
,
$table_name
)
as
$row
)
{
throw
new
Exception
(
pht
(
'Your Phabricator install has ancient LDAP account data and is '
.
'too old to upgrade directly to a modern version of Phabricator. '
.
'Upgrade to a version released between June 2013 and February 2019 '
.
'first, then upgrade to a modern version.'
));
}
Event Timeline
Log In to Comment